feat: add terminal theme support (#17)
Co-authored-by: Thomas Croft <thomas.croft@proton.me>
This commit is contained in:
12
extra/wezterm/tokyodark.toml
Normal file
12
extra/wezterm/tokyodark.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
# tokyodark
|
||||
[colors]
|
||||
foreground = "#a0a8cd"
|
||||
background = "#11121d"
|
||||
cursor_bg = "#a0a8cd"
|
||||
cursor_border = "#a0a8cd"
|
||||
cursor_fg = "#11121d"
|
||||
selection_bg = "#11121d"
|
||||
selection_fg = "#a0a8cd"
|
||||
|
||||
ansi = ["#06080a","#ee6d85","#95c561","#d7a65f","#7199ee","#a485dd","#38a89d","#a0a8cd"]
|
||||
brights = ["#212234","#ee6d85","#95c561","#d7a65f","#7199ee","#a485dd","#38a89d","#a0a8cd"]
|
||||
Reference in New Issue
Block a user