Skip to content

Commit a21beae

Browse files
authored
fix: fix black and bright black colors in one double theme (light) (#448)
1 parent 6f3c3cd commit a21beae

6 files changed

Lines changed: 8 additions & 10 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
@@ -9,7 +9,7 @@ authors = ["Pavel Ivanov <mr.pavel.ivanov@gmail.com>"]
99
description = "Terminal output SVG screenshot tool"
1010
categories = ["command-line-utilities"]
1111
keywords = ["cli", "terminal", "screenshot", "svg"]
12-
version = "0.7.4-alpha.2"
12+
version = "0.7.4-alpha.3"
1313
edition = "2024"
1414
license = "MIT"
1515
build = "build/build.rs"

assets/themes/.rsync-exclude

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
.aliases.json
22
.rsync-exclude
33
One Double.toml
4-
One Double Dark.toml
5-
One Double Light.toml

assets/themes/One Double Light.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bright-foreground = "#0e131f"
1313
4 = "#0087c1"
1414
5 = "#b50da9"
1515
6 = "#009ab7"
16-
7 = "#ebd8d9"
16+
7 = "#c5b2b3"
1717
8 = "#0e131f"
1818
9 = "#ff3711"
1919
10 = "#00b90e"

assets/themes/One Double.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ foreground = "#383a42"
3131
bright-foreground = "#0f131e"
3232

3333
[theme.modes.light.colors.palette]
34-
0 = "#464b57"
34+
0 = "#0f131e"
3535
1 = "#e45649"
3636
2 = "#50a14f"
3737
3 = "#c18401"
3838
4 = "#0184bc"
3939
5 = "#a626a4"
4040
6 = "#0997b3"
4141
7 = "#e8d9d9"
42-
8 = "#0f131e"
42+
8 = "#797c83"
4343
9 = "#f24c2d"
4444
10 = "#3db637"
4545
11 = "#e09d00"

doc/sample-light.svg

Lines changed: 3 additions & 3 deletions
Loading

0 commit comments

Comments
 (0)