dotfiles/sublimeText/README.md

26 lines
739 B
Markdown

# 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
```