mirror of
https://github.com/wez/wezterm.git
synced 2024-12-04 07:06:59 +03:00
2d50a17466
These are current as of revision d7023ef0810a92a38569be86bbf0c02536c29e3f
12 lines
347 B
TOML
12 lines
347 B
TOML
# MaterialOcean
|
|
[colors]
|
|
foreground = "#8f93a2"
|
|
background = "#0f111a"
|
|
cursor_bg = "#ffcc00"
|
|
cursor_fg = "#0f111a"
|
|
selection_bg = "#1f2233"
|
|
selection_fg = "#8f93a2"
|
|
|
|
ansi = ["#546e7a","#ff5370","#c3e88d","#ffcb6b","#82aaff","#c792ea","#89ddff","#ffffff"]
|
|
brights = ["#546e7a","#ff5370","#c3e88d","#ffcb6b","#82aaff","#c792ea","#89ddff","#ffffff"]
|