Skip to content

Commit 5c3cafd

Browse files
feat(themes): update all themes (#609)
Co-authored-by: missionis[bot] <234988995+missionis[bot]@users.noreply.github.com>
1 parent 71322b0 commit 5c3cafd

5 files changed

Lines changed: 52 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "termframe"
3-
version = "0.8.5-alpha.1"
3+
version = "0.8.5-alpha.2"
44
edition = "2024"
55
rust-version = "1.91.0"
66
description = "Terminal output SVG screenshot tool"

assets/themes/.aliases.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@
294294
"monokai-pro-spectrum": "Monokai Pro Spectrum",
295295
"monokai-remastered": "Monokai Remastered",
296296
"monokai-soda": "Monokai Soda",
297+
"monokai-sublime-text": "Monokai SublimeText",
297298
"monokai-vivid": "Monokai Vivid",
298299
"monospace-dark": "Monospace Dark",
299300
"monospace-light": "Monospace Light",
@@ -378,6 +379,7 @@
378379
"royal": "Royal",
379380
"ryuuko": "Ryuuko",
380381
"sakura": "Sakura",
382+
"sauber": "Sauber",
381383
"scarlet-protocol": "Scarlet Protocol",
382384
"sea-shells": "Sea Shells",
383385
"seafoam-pastel": "Seafoam Pastel",
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
tags = ["dark"]
2+
3+
[theme.colors]
4+
background = "#272822"
5+
foreground = "#f8f8f2"
6+
bright-foreground = "#f8f8f2"
7+
8+
[theme.colors.palette]
9+
0 = "#333333"
10+
1 = "#c4265e"
11+
2 = "#86b42b"
12+
3 = "#b3b42b"
13+
4 = "#6a7ec8"
14+
5 = "#8c6bc8"
15+
6 = "#56adbc"
16+
7 = "#e3e3dd"
17+
8 = "#666666"
18+
9 = "#f92672"
19+
10 = "#a6e22e"
20+
11 = "#e2e22e"
21+
12 = "#819aff"
22+
13 = "#ae81ff"
23+
14 = "#66d9ef"
24+
15 = "#f8f8f2"

assets/themes/Sauber.toml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
tags = ["light"]
2+
3+
[theme.colors]
4+
background = "#ecffe5"
5+
foreground = "#1345f6"
6+
bright-foreground = "#101010"
7+
8+
[theme.colors.palette]
9+
0 = "#14191e"
10+
1 = "#b43c2a"
11+
2 = "#00c200"
12+
3 = "#c7c400"
13+
4 = "#2744c7"
14+
5 = "#c040be"
15+
6 = "#00c5c7"
16+
7 = "#bababa"
17+
8 = "#686868"
18+
9 = "#dd7975"
19+
10 = "#3fcd76"
20+
11 = "#c6bb00"
21+
12 = "#a7abf2"
22+
13 = "#e17ee1"
23+
14 = "#048b8f"
24+
15 = "#a4801c"

0 commit comments

Comments
 (0)