Dark theme designed with care for better coding and improved developer experience, using Secuoya's color palette.
This theme is optimized for Front End development, and has been optimized to have a uniied experience with html, css, js, md, json, and react files.
Secuoyas-code works better with SF Mono, the Icon Theme form City Lights and Better Comments
- Click on the
install
button. - Click Reload
- File > Preferences > Color Theme > Secuoyas-code
Yo can access the Theme with the Color Theme Picker
Mac Shortcut: [cmd-K cmd-T]
- Clone the repo https://github.com/Secuoyas-Experience/secuoyas-theme.git
- Symlink the generated package directory into the VS Code extensions directory.
- Load the Theme
- Then reload or restart VS Code.
From the Terminal:
$ cd ~/your.path.to.repo.folder/
$ git clone https://github.com/Secuoyas-Experience/secuoyas-theme.git
$ ln -s ~/your.path.to.repo.folder/secuoyas-theme/ ~/.vscode/extensions/secuoyas-code
Copy the generated package directory into the VS Code extensions directory. To copy the theme:
- go to the clone folder
- copy with:
cp -R 'secuoyas-theme/secuoyas-code' ~/.vscode/extensions/
Option 1 is preferred as you wold be able to get the updates with a git pull
command.
The generated theme package should be in the list of installed extensions, and "Secuoyas code" will be available in the list of themes.
Secuoyas-code theme adds a bautiful color theme to your terminal window. If you are using iTerm and want to pair those enviroments with the right ANSI colors, just load this file in iTerm2::Preferences>Profles>Colors>Color Presets...
The following licensing applies to City Lights Syntax Theme: Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0). For more information go to https://creativecommons.org/licenses/by-nc-nd/4.0/
Secuoyas Code theme is loosely based on the VS Code template for themer and citylights by yummygum