Skip to content

Commit de0518d

Browse files
Add TTOX Soft Theme (#14574)
1 parent ad0fadd commit de0518d

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

runtime/themes/ttox_soft.toml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Author : Samuel Guyah <[email protected]>
2+
3+
"ui.selection" = { fg = "white", bg = "gray" }
4+
"ui.cursor" = { fg = "black", bg = "light-gray" }
5+
"ui.cursor.primary" = { fg = "black", bg = "light-gray" }
6+
"ui.cursor.match" = { modifiers = ["underlined"] }
7+
"ui.background.separator" = "gray"
8+
"ui.linenr" = "gray"
9+
"ui.linenr.selected" = { fg = "white", bg = "gray" }
10+
"ui.statusline" = { bg = "black", fg = "white" }
11+
"ui.menu" = { fg = "white", bg = "black" }
12+
"ui.menu.selected" = { bg = "light-gray", fg = "black" }
13+
"ui.popup" = { fg = "white", bg = "black" }
14+
"ui.help" = { fg = "white", bg = "black" }
15+
"ui.virtual.ruler" = { underline = { style = "line" } }
16+
"ui.bufferline" = { fg = "white", bg = "black" }
17+
"ui.bufferline.active" = { fg = "black", bg = "white" }
18+
"ui.bufferline.background" = { bg = "black" }
19+
20+
21+
"string" = { fg = "light-green" }
22+
"constant" = { fg = "light-cyan" }
23+
"comment" = { fg = "light-magenta" }
24+
25+
"diff.plus" = "green"
26+
"diff.minus" = "red"
27+
"diff.delta" = "gray"
28+
29+
"warning" = { fg = "light-yellow" }
30+
"error" = { fg = "light-red" }
31+
"hint" = { fg = "light-blue" }
32+
33+
"diagnostic.warning" = { fg = "light-yellow" }
34+
"diagnostic.error" = { fg = "light-red" }
35+
"diagnostic.hint" = { fg = "light-blue" }
36+
"diagnostic.unnecessary" = { modifiers = ["dim"] }
37+
"diagnostic.deprecated" = { modifiers = ["crossed_out"] }

0 commit comments

Comments
 (0)