1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-26 06:42:12 +03:00
wezterm/assets/colors/UltraDark.toml

13 lines
369 B
TOML
Raw Normal View History

# UltraDark
[colors]
foreground = "#ffffff"
background = "#000000"
cursor_bg = "#fefefe"
cursor_border = "#fefefe"
cursor_fg = "#000000"
selection_bg = "#222222"
selection_fg = "#cccccc"
ansi = ["#000000","#f07178","#c3e88d","#ffcb6b","#82aaff","#c792ea","#89ddff","#cccccc"]
brights = ["#333333","#f6a9ae","#dbf1ba","#ffdfa6","#b4ccff","#ddbdf2","#b8eaff","#ffffff"]