mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
sublimeText: base16-darkside color scheme
This commit is contained in:
parent
31938ebb63
commit
095cf83182
4 changed files with 591 additions and 2 deletions
26
sublimeText/README.md
Normal file
26
sublimeText/README.md
Normal 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue