Skip to content
/ Peace Public

WIP Minimal syntax highlighting VSCode theme

Notifications You must be signed in to change notification settings

xoumi/Peace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Peace

WIP, Not published yet.

Minimal syntax highlighting theme for VS Code.
Allows you to set your own colors.

Based on this and this.

The colors are upto you. You try to limit your usage of bright colors to 3-4 colors.

  • Primary
  • Secondary
  • Accent
  • Highlight, used very sparingly, think regex and escape chars

I'd love to be able to integrate Xresources or something similar into this some day.

Installation

Clone this repo inside your extensions directory.

Set your color vars in src/palette.js.

# Generates theme in themes/Peace-color-theme.json
$ node src/index.js

Development

Open debug panel and run the Debug configuration to open a VSCode workspace with theme live reloading.

# Use nodemon for live reloads
$ npm i -g nodemon
$ nodemon src/index.js

Screenshots

Below screenshots also use customizeUI.
Relevant css and VSCode settings should be in my dotfiles.

React code CSS code

About

WIP Minimal syntax highlighting VSCode theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published