mirror of
https://github.com/wez/wezterm.git
synced 2024-12-01 00:35:46 +03:00
13 lines
370 B
TOML
13 lines
370 B
TOML
|
# tokyonight
|
||
|
[colors]
|
||
|
foreground = "#c0caf5"
|
||
|
background = "#1a1b26"
|
||
|
cursor_bg = "#c0caf5"
|
||
|
cursor_border = "#c0caf5"
|
||
|
cursor_fg = "#15161e"
|
||
|
selection_bg = "#33467c"
|
||
|
selection_fg = "#c0caf5"
|
||
|
|
||
|
ansi = ["#15161e","#f7768e","#9ece6a","#e0af68","#7aa2f7","#bb9af7","#7dcfff","#a9b1d6"]
|
||
|
brights = ["#414868","#f7768e","#9ece6a","#e0af68","#7aa2f7","#bb9af7","#7dcfff","#c0caf5"]
|