Skip to content

Commit 35bbadd

Browse files
committed
feat(theme): Add tomorrow-night
**What?** 1. Add tomorrow night github.com/chriskempson/tomorrow-theme theme and screenshot. **Why?** It's a nice theme!
1 parent 6fa6503 commit 35bbadd

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

doc/themes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

files/themes/tomorrow-night.toml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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"

img/themes/tomorrow-night.png

23.8 KB
Loading

0 commit comments

Comments
 (0)