mirror of
https://github.com/wez/wezterm.git
synced 2024-12-25 14:22:37 +03:00
95ab1b34e1
Sync with 0966005b77
12 lines
348 B
TOML
12 lines
348 B
TOML
# MaterialDarker
|
|
[colors]
|
|
foreground = "#eeffff"
|
|
background = "#212121"
|
|
cursor_bg = "#ffffff"
|
|
cursor_fg = "#ffffff"
|
|
selection_bg = "#eeffff"
|
|
selection_fg = "#545454"
|
|
|
|
ansi = ["#000000","#ff5370","#c3e88d","#ffcb6b","#82aaff","#c792ea","#89ddff","#ffffff"]
|
|
brights = ["#545454","#ff5370","#c3e88d","#ffcb6b","#82aaff","#c792ea","#89ddff","#ffffff"]
|