Skip to content

Commit 77ab792

Browse files
authored
runtime/themes: adding "ttox" theme (#8524)
* runtime/themes: adding 'ttox' theme * Improving primary selections
1 parent 918bd9c commit 77ab792

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

runtime/themes/ttox.toml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Author : Tomas Ruud <git@me.2ms.no>
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+
17+
"string" = { bg = "light-green", fg = "black" }
18+
"constant" = { bg = "light-cyan", fg = "black" }
19+
"comment" = { bg = "light-magenta", fg = "black" }
20+
21+
"diff.plus" = "green"
22+
"diff.minus" = "red"
23+
"diff.delta" = "gray"
24+
25+
"warning" = { fg = "black", bg = "light-yellow" }
26+
"error" = { fg = "black", bg = "light-red" }
27+
"hint" = { fg = "black", bg = "light-blue" }
28+
29+
"diagnostic.warning" = { fg = "black", bg = "light-yellow" }
30+
"diagnostic.error" = { fg = "black", bg = "light-red" }
31+
"diagnostic.hint" = { fg = "black", bg = "light-blue" }

0 commit comments

Comments
 (0)