mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
26 lines
738 B
Markdown
26 lines
738 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" # white
|
|
base09: "e8341c" # red
|
|
base0A: "8e69c9" # purple
|
|
base0B: "f2d42c" # yellow
|
|
base0C: "00a8c6" # cyan
|
|
base0D: "68c244" # green
|
|
base0E: "f08d24" # orange
|
|
base0F: "1cc3e8" # blue
|
|
```
|