Basic themes taken from zeno on reddit
This commit is contained in:
parent
9dd05c1518
commit
ca9c10cdf2
14
tui/themes/dark.toml
Normal file
14
tui/themes/dark.toml
Normal file
@ -0,0 +1,14 @@
|
||||
shadow = true
|
||||
borders = "outset"
|
||||
|
||||
[colors]
|
||||
shadow = "#1a1a1a"
|
||||
background = "black"
|
||||
primary = ["black"]
|
||||
secondary = "black"
|
||||
tertiary = "black"
|
||||
title_primary = "#3560e0"
|
||||
title_secondary = "#ffff55"
|
||||
highlight = "#3560e0"
|
||||
highlight_inactive = "#7a93c9"
|
||||
|
13
tui/themes/high-contrast.toml
Normal file
13
tui/themes/high-contrast.toml
Normal file
@ -0,0 +1,13 @@
|
||||
shadow = false
|
||||
borders = "outset"
|
||||
|
||||
[colors]
|
||||
background = "black"
|
||||
primary = ["#000000"]
|
||||
secondary = "black"
|
||||
tertiary = "#000000"
|
||||
title_primary = "black"
|
||||
title_secondary = "#000000"
|
||||
highlight = "#000000"
|
||||
highlight_inactive = "#7a7a7a"
|
||||
|
11
tui/themes/light.toml
Normal file
11
tui/themes/light.toml
Normal file
@ -0,0 +1,11 @@
|
||||
[colors]
|
||||
background = "white"
|
||||
primary = "white"
|
||||
secondary = "white"
|
||||
tertiary = "white"
|
||||
title_primary = "white"
|
||||
title_secondary = "white"
|
||||
highlight = "white"
|
||||
highlight_inactive = "#e0e0e0"
|
||||
view = "black"
|
||||
|
Loading…
Reference in New Issue
Block a user