wez: Dark mode

Adds a dark mode theme and setups automatic theme switching based on system light and dark mode.
This commit is contained in:
2025-02-13 20:59:20 -05:00
parent 9a90772ef7
commit e7401fc495
2 changed files with 52 additions and 1 deletions

View File

@@ -0,0 +1,35 @@
[colors]
ansi = [
"#232323",
"#d4823d",
"#8c9e3d",
"#b1942b",
"#6e9cb0",
"#b58d88",
"#6da280",
"#949d9f",
]
brights = [
"#312e30",
"#d0913d",
"#96a42d",
"#a8a030",
"#8e9cc0",
"#d58888",
"#7aa880",
"#aeadaf",
]
cursor_bg = "#aeadaf"
cursor_border = "#aeadaf"
cursor_fg = "#232323"
background = "#232323"
foreground = "#aeadaf"
selection_bg = "#aeadaf"
selection_fg = "#232323"
[metadata]
name = "Tempus Classic"
aliases = ["Tempus Classic"]
author = "protesilaos"
origin_url = "https://github.com/protesilaos/tempus-themes/blob/master/yaml/tempus_past.yml"