Skip to content

Commit 701a9cd

Browse files
feat(themes): update all themes (#549)
Co-authored-by: missionis[bot] <234988995+missionis[bot]@users.noreply.github.com>
1 parent 94aeaaa commit 701a9cd

25 files changed

Lines changed: 540 additions & 15 deletions

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.3-alpha.3"
3+
version = "0.8.3-alpha.4"
44
edition = "2024"
55
rust-version = "1.91.0"
66
description = "Terminal output SVG screenshot tool"

assets/themes/.aliases.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
"coffee-theme": "Coffee Theme",
8888
"crayon-pony-fish": "Crayon Pony Fish",
8989
"cursor-dark": "Cursor Dark",
90+
"cursor-light": "Cursor Light",
9091
"cutie-pro": "Cutie Pro",
9192
"cyberdyne": "Cyberdyne",
9293
"cyberpunk": "Cyberpunk",
@@ -107,6 +108,7 @@
107108
"django": "Django",
108109
"django-reborn-again": "Django Reborn Again",
109110
"django-smooth": "Django Smooth",
111+
"dogxi-misty": "Dogxi Misty",
110112
"doom-one": "Doom One",
111113
"doom-peacock": "Doom Peacock",
112114
"dot-gov": "Dot Gov",
@@ -278,6 +280,8 @@
278280
"monokai-remastered": "Monokai Remastered",
279281
"monokai-soda": "Monokai Soda",
280282
"monokai-vivid": "Monokai Vivid",
283+
"monospace-dark": "Monospace Dark",
284+
"monospace-light": "Monospace Light",
281285
"moonfly": "Moonfly",
282286
"n0-tch2-k": "N0Tch2K",
283287
"neobones-dark": "Neobones Dark",
@@ -326,6 +330,8 @@
326330
"peppermint": "Peppermint",
327331
"phala-green-dark": "Phala Green Dark",
328332
"piatto-light": "Piatto Light",
333+
"pierre-dark": "Pierre Dark",
334+
"pierre-light": "Pierre Light",
329335
"pnevma": "Pnevma",
330336
"poimandres": "Poimandres",
331337
"poimandres-darker": "Poimandres Darker",
@@ -359,6 +365,21 @@
359365
"scarlet-protocol": "Scarlet Protocol",
360366
"sea-shells": "Sea Shells",
361367
"seafoam-pastel": "Seafoam Pastel",
368+
"seed-flip-abyss": "SeedFlip Abyss",
369+
"seed-flip-amethyst": "SeedFlip Amethyst",
370+
"seed-flip-canopy": "SeedFlip Canopy",
371+
"seed-flip-carbon": "SeedFlip Carbon",
372+
"seed-flip-coral": "SeedFlip Coral",
373+
"seed-flip-ember": "SeedFlip Ember",
374+
"seed-flip-glacier": "SeedFlip Glacier",
375+
"seed-flip-inkwell": "SeedFlip Inkwell",
376+
"seed-flip-ivory": "SeedFlip Ivory",
377+
"seed-flip-nightfall": "SeedFlip Nightfall",
378+
"seed-flip-phosphor": "SeedFlip Phosphor",
379+
"seed-flip-pulse": "SeedFlip Pulse",
380+
"seed-flip-ultraviolet": "SeedFlip Ultraviolet",
381+
"seed-flip-voltage": "SeedFlip Voltage",
382+
"seed-flip-wavelength": "SeedFlip Wavelength",
362383
"selenized-black": "Selenized Black",
363384
"selenized-dark": "Selenized Dark",
364385
"selenized-light": "Selenized Light",

assets/themes/Cursor Dark.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@ tags = ["dark"]
22

33
[theme.colors]
44
background = "#141414"
5-
foreground = "#ffffff"
6-
bright-foreground = "#ffffff"
5+
foreground = "#d4d4d4"
6+
bright-foreground = "#d4d4d4"
77

88
[theme.colors.palette]
9-
0 = "#2a2a2a"
10-
1 = "#bf616a"
11-
2 = "#a3be8c"
12-
3 = "#ebcb8b"
9+
0 = "#242424"
10+
1 = "#fc6b83"
11+
2 = "#3fa266"
12+
3 = "#d2943e"
1313
4 = "#81a1c1"
1414
5 = "#b48ead"
1515
6 = "#88c0d0"
16-
7 = "#d8dee9"
17-
8 = "#505050"
18-
9 = "#bf616a"
19-
10 = "#a3be8c"
20-
11 = "#ebcb8b"
21-
12 = "#81a1c1"
16+
7 = "#e4e4e4"
17+
8 = "#4a4a4a"
18+
9 = "#fc6b83"
19+
10 = "#70b489"
20+
11 = "#f1b467"
21+
12 = "#87a6c4"
2222
13 = "#b48ead"
2323
14 = "#88c0d0"
24-
15 = "#ffffff"
24+
15 = "#e4e4e4"

assets/themes/Cursor Light.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 = "#f3f3f3"
5+
foreground = "#252525"
6+
bright-foreground = "#252525"
7+
8+
[theme.colors.palette]
9+
0 = "#252525"
10+
1 = "#cf2d56"
11+
2 = "#1f8a65"
12+
3 = "#a16900"
13+
4 = "#3c7cab"
14+
5 = "#b8448b"
15+
6 = "#4c7f8c"
16+
7 = "#afafaf"
17+
8 = "#5c5c5c"
18+
9 = "#e75e78"
19+
10 = "#55a583"
20+
11 = "#c08532"
21+
12 = "#6299c3"
22+
13 = "#d06ba6"
23+
14 = "#6f9ba6"
24+
15 = "#ffffff"

assets/themes/Dogxi Misty.toml

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 = "#282a36"
5+
foreground = "#eff0eb"
6+
bright-foreground = "#f8f8f8"
7+
8+
[theme.colors.palette]
9+
0 = "#000000"
10+
1 = "#ff5c57"
11+
2 = "#94e362"
12+
3 = "#eebd70"
13+
4 = "#99ecfe"
14+
5 = "#ff6ac1"
15+
6 = "#5fdeed"
16+
7 = "#f1f1f0"
17+
8 = "#686868"
18+
9 = "#ff5c57"
19+
10 = "#94e362"
20+
11 = "#efc781"
21+
12 = "#99ecfe"
22+
13 = "#ff6ac1"
23+
14 = "#87e0f0"
24+
15 = "#f1f1f0"

assets/themes/Monospace Dark.toml

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 = "#10151d"
5+
foreground = "#a4afbd"
6+
bright-foreground = "#d9dfe7"
7+
8+
[theme.colors.palette]
9+
0 = "#738295"
10+
1 = "#f76769"
11+
2 = "#17b877"
12+
3 = "#ffa23e"
13+
4 = "#708fff"
14+
5 = "#a87ffb"
15+
6 = "#25a6e9"
16+
7 = "#a4afbd"
17+
8 = "#8b98a9"
18+
9 = "#fc8f8e"
19+
10 = "#66ce98"
20+
11 = "#ffc26e"
21+
12 = "#a2b6ff"
22+
13 = "#c8aaff"
23+
14 = "#71c2ee"
24+
15 = "#fafbfe"

assets/themes/Monospace Light.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 = "#f4f7fd"
5+
foreground = "#475365"
6+
bright-foreground = "#1f2939"
7+
8+
[theme.colors.palette]
9+
0 = "#333e4f"
10+
1 = "#d03941"
11+
2 = "#007b49"
12+
3 = "#a65921"
13+
4 = "#3c60dd"
14+
5 = "#6f4cde"
15+
6 = "#0075a2"
16+
7 = "#5d6a7d"
17+
8 = "#000000"
18+
9 = "#a52430"
19+
10 = "#00522f"
20+
11 = "#904b1a"
21+
12 = "#002487"
22+
13 = "#4d21bb"
23+
14 = "#00607e"
24+
15 = "#475365"

assets/themes/Pierre Dark.toml

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 = "#070707"
5+
foreground = "#fbfbfb"
6+
bright-foreground = "#fbfbfb"
7+
8+
[theme.colors.palette]
9+
0 = "#141415"
10+
1 = "#ff2e3f"
11+
2 = "#0dbe4e"
12+
3 = "#ffca00"
13+
4 = "#009fff"
14+
5 = "#c635e4"
15+
6 = "#08c0ef"
16+
7 = "#c6c6c8"
17+
8 = "#6c6c71"
18+
9 = "#ff6762"
19+
10 = "#5ecc71"
20+
11 = "#ffd452"
21+
12 = "#69b1ff"
22+
13 = "#d568ea"
23+
14 = "#68cdf2"
24+
15 = "#fbfbfb"

assets/themes/Pierre Light.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 = "#ffffff"
5+
foreground = "#070707"
6+
bright-foreground = "#070707"
7+
8+
[theme.colors.palette]
9+
0 = "#1f1f21"
10+
1 = "#d52c36"
11+
2 = "#1d8138"
12+
3 = "#ac8816"
13+
4 = "#216cab"
14+
5 = "#a631be"
15+
6 = "#2182a1"
16+
7 = "#79797f"
17+
8 = "#8e8e95"
18+
9 = "#ff2e3f"
19+
10 = "#0dbe4e"
20+
11 = "#d5a910"
21+
12 = "#009fff"
22+
13 = "#c635e4"
23+
14 = "#08c0ef"
24+
15 = "#dbdbdd"

0 commit comments

Comments
 (0)