File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,8 @@ Note: screenshots were generated using [this config](../gen-screenshots/screensh
6565![ ctp-macchiato] ( ../img/themes/ctp-macchiato.png )
6666* ` ctp-mocha `
6767![ ctp-mocha] ( ../img/themes/ctp-mocha.png )
68+ * ` tomorrow-night `
69+ ![ tomorrow-night] ( ../img/themes/tomorrow-night.png )
6870
6971# Available icon sets
7072
Original file line number Diff line number Diff line change 1+ # Tomorrow (Night)
2+ #
3+ # Foreground: #c5c8c6
4+ # Background: #1d1f21
5+ # Selection: #373b41
6+ # Current line: #282a2e
7+ # Comment: #969896
8+ # Red: #cc6666
9+ # Orange: #de935f
10+ # Yellow: #f0c674
11+ # Green: #b5bd68
12+ # Aqua: #8abeb7
13+ # Blue: #81a2be
14+ # Purple: #b294bb
15+
16+ idle_bg = " #373b41" # Selection
17+ idle_fg = " #c5c8c6" # Foreground
18+ info_bg = " #81a2be" # Blue
19+ info_fg = " #1d1f21" # Background
20+ good_bg = " #b5bd68" # Green
21+ good_fg = " #1d1f21" # Background
22+ warning_bg = " #f0c674" # Yellow
23+ warning_fg = " #1d1f21" # Background
24+ critical_bg = " #cc6666" # Red
25+ critical_fg = " #1d1f21" # Background
26+ separator = " \ue0b2 "
27+ separator_bg = " auto"
28+ separator_fg = " auto"
You can’t perform that action at this time.
0 commit comments