Skip to content

Commit 4e09b58

Browse files
committed
Update the colour for text 4 in the tree theme
1 parent f571977 commit 4e09b58

File tree

6 files changed

+53
-53
lines changed

6 files changed

+53
-53
lines changed

packages/ghostty/taiga-trees-dark.ini

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

packages/vscode/themes/taiga-trees-dark-color-theme.json

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/warp/taiga-trees-dark.yml

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

packages/zed/themes/taiga.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/colours/taiga-dark.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ export const taigaTrees = {
7878
text: {
7979
1: "#D4E3D0",
8080
2: "#b4c3b1",
81-
3: "#778573",
82-
4: "#5a6758",
81+
3: "#7a8876",
82+
4: "#4f5c4d",
8383
highlight: "#72D699",
8484
},
8585
...darkColours,

src/templates/zed/theme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"font_weight": null
113113
},
114114
"comment.doc": {
115-
"color": "{{text.2}}",
115+
"color": "{{text.3}}",
116116
"font_style": "italic",
117117
"font_weight": null
118118
},

0 commit comments

Comments
 (0)