Files
tokyodark/extra/wezterm/tokyodark.toml
Thomas Croft b8edc0d7b2 feat: add terminal theme support (#17)
Co-authored-by: Thomas Croft <thomas.croft@proton.me>
2022-07-27 01:31:04 -03:00

13 lines
369 B
TOML

# 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"]