sublimeText: base16-darkside color scheme

This commit is contained in:
He4eT 2020-08-06 00:17:23 +05:00
commit 095cf83182
4 changed files with 591 additions and 2 deletions

26
sublimeText/README.md Normal file
View file

@ -0,0 +1,26 @@
# Sublime Text
## base16-darkside.tmTheme color scheme
This scheme generated with [richardneililagan/base16-builder-node](https://github.com/richardneililagan/base16-builder-node) using colors from [Darkside theme by Rainglow](https://rainglow.io/preview/#darkside) and background color from Boxy Tomorrow theme:
```
scheme: "Darkside"
author: "He4eT"
base00: "232426" # ----
base01: "424345" # ---
base02: "626364" # --
base03: "818283" # -
base04: "a1a1a2" # +
base05: "c0c0c1" # ++
base06: "e0e0e0" # +++
base07: "ffffff" # ++++
base08: "FFFFFF" # yellow
base09: "e8341c" # red
base0A: "8E69C9" # purple
base0B: "F2D42C" # yellow
base0C: "00A8C6" # cyan
base0D: "68C244" # green
base0E: "F08D24" # orange
base0F: "1cc3e8" # blue
```