8000 GitHub - zkjet/ethvscode: ΞTH vs code theme for hackathons, presentations and BUIDL fun!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zkjet/ethvscode

 
 

Repository files navigation

Ξ VS Code Theme

/*
* @title Ξ
* @author zkJΞT
* @description ΞTH VSCode Theme
* @social Twitter - @zkjet
*/

// After a few hackathons being asked what vscode theme I was using, I decided to make it official, fork my favorite one,
// synthwave-x-fluoromachine and customize it fully. https://github.com/webrender/synthwave-x-fluoromachine.
// To find this theme in search ethvscode or 'ethvscode', 'ce9e' for the utf-8 of Ξ.

Screenshot

Theme screenshot

Installation

• install this theme
• install Custom CSS and JS Loader
• 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/ethvscode/ethvscode.css"
    ]
}

Windows might resemble:

{
  "vscode_custom_css.imports": [
    "file:///C:/Users/{your username}/.vscode/extensions/ethvscode/ethvscode.css"
    ]
}

• 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 Fira Code. Fira Code

About

ΞTH vs code theme for hackathons, presentations and BUIDL fun!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 97.7%
  • Solidity 2.3%
0