Basic themes taken from zeno on reddit

This commit is contained in:
shockrah 2021-01-17 20:06:51 -08:00
parent 9dd05c1518
commit ca9c10cdf2
3 changed files with 38 additions and 0 deletions

14
tui/themes/dark.toml Normal file
View 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"

View 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
View 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"