Coder Social home page Coder Social logo

thecodemonkey / synthwave-x-fluoromachine-epic-animations Goto Github PK

View Code? Open in Web Editor NEW
79.0 4.0 20.0 3.34 MB

This theme brings crazy 80's animations into your VS code ๐Ÿš€๐ŸŽ‰

License: MIT License

CSS 100.00%
hacktoberfest vscode-theme synthwave vscode vscode-extension theme visual-studio-code good-first-issue

synthwave-x-fluoromachine-epic-animations's Introduction

Synthwave x Fluoromachine & epic animations

This theme brings crazy 80's animations into your VS code ๐Ÿš€๐ŸŽ‰



This is a fork of synthwave-x-fluoromachine, wich is also fork of @robbowen's Synthwave '84 theme, merged with @fullerenedream's Fluoromachine theme for VSCode.



legendary TRON underground




epic neon glowing tooltips and folding effects



Why?

The job of a software developer is hard and often too serious. You always have to be productive and effective. But sometimes you need to take the time to just be a nerd ๐Ÿค“ or to just have fun again. This theme is exactly for such times! Such nerdy times need to be celebrated accordingly ๐ŸŽ‰๐Ÿฆ„



Installation

Unfortunately, the current installation is a bit complicated. A hassle-free installation is already in development. Until then, the following steps must be performed to install the theme:

  1. Install this theme
  2. Install Custom CSS and JS Loader vscode extension
  3. Link the CSS file from this extension in your .vscode/settings.json:
On Mac it might look something like the snippet below:

{
  "vscode_custom_css.imports": [
    "file:///Users/{your username}/.vscode/extensions/thecodemonkey.synthwave-x-fluoromachine-epic-animations-1.4.13/synthwave-x-fluoromachine.css",
    "file:///Users/{your username}/.vscode/extensions/thecodemonkey.synthwave-x-fluoromachine-epic-animations-1.4.13/epic-80s-transitions.css"
    ]
}

Windows might resemble:

{
  "vscode_custom_css.imports": [
    "file:///C:/Users/{your username}/.vscode/extensions/thecodemonkey.synthwave-x-fluoromachine-epic-animations-1.4.13/synthwave-x-fluoromachine.css",
    "file:///C:/Users/{your username}/.vscode/extensions/thecodemonkey.synthwave-x-fluoromachine-epic-animations-1.4.13/epic-80s-transitions.css"
    ]
}
  1. epic-80s-transitions.css is optional and brings crazy 80's animations into your VS code!
  2. From the command panel, select Reload Custom CSS and JS. You'll need to run this command every time vscode updates.



Font

The font being used in the screenshot above is Operator Mono with Ligatures.



Contibution

All contributions are welcome, including issues, new docs as well as updates and tweaks, blog posts, workshops, and more.



Contact

Write me on twitter.



License

i โค๏ธ MIT

synthwave-x-fluoromachine-epic-animations's People

Contributors

0xflotus avatar dazzlerkumar avatar dgoemans avatar hehoku avatar invadersquibs avatar luisrudge avatar pheep avatar robb0wen avatar thecodemonkey avatar timdeschryver avatar webrender avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

synthwave-x-fluoromachine-epic-animations's Issues

VSCode home icon doesn't load

What is the goal?

Fix the home icon

How should it be implemented?

I'm not sure, since I don't have a single clue about VSCode themes, however the issue is this

image

This is the icon that I get, vs the one on the Extension page

image

I peeped at the files and compared them to the fork of this theme that is the same but with contrast, they have two different png files, icon and logo, but I'm unsure if that has to do anything with it. Followed the installation instructions aswell.

Test the theme and write a feedback as a comment!

What is the goal?

The theme should be improved based on the real feedback.

How should it be implemented?

Install the theme and test it extensively. Write down everything you notice, what you like and also what you don't like so much. Write your feedback here as a comment.

Scrolling grid plane flickers near horizon

The horizontal lines near the horizon flicker in and out until their width is a bit larger than a pixel (as can be seen in the clip attached). It really ruins an otherwise perfect effect.

plane_scrolling.mp4

I imagine that somehow capping the width of a line to at least 1 pixel after the perspective transform would solve the flickering issue, but I have no idea how that could be done in CSS.

Custom CSS not completely loading

The colors are getting loaded, but the rest like the background or the glowing is not getting loaded.

Checked if I had syntax errors from copying wrong, but that's not the case.
I also reinstalled the theme, but that didn't change a thing.

Disabling zoom effect

how to disable zoom effect when i go on editing code ? it makes impossible to move cursor where i want or multi select. i didnt see in css files . thx/

file tab gets changed to that of similar to file explorer

please help me fix it. neither extension was able to run animations plus it changed the file tab at top like basic file explorer . i cant change it back to previous themes or any .deleting the extension also doesnt change anything .please help : (

issue

a CI/CD pipeline should be created to have an automatic deployment

What is the goal?

  1. The version number(Minor) must be increased.

  2. Read me file and package.json must be updated with the new version number.

  3. The extension must be packaged.

  4. The extension must be published to the marketplace automatically.

  5. The master brunch must be tagged with a release tag and the release notes must be added.

How should it be implemented?

  1. The pipeline must be created in GH Actions.

  2. Nodejs Setup Action is necessary

  3. VSCE cli should be installed via npm

    npm install -g vsce

  4. Package the extension

    npm run package

  5. Publish the extension

    npm run publish

  6. Save PAT token in GH secrets and provide to publish command.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.