mirror of
https://github.com/wez/wezterm.git
synced 2024-12-04 17:45:23 +03:00
2d50a17466
These are current as of revision d7023ef0810a92a38569be86bbf0c02536c29e3f
12 lines
344 B
TOML
12 lines
344 B
TOML
# Brogrammer
|
|
[colors]
|
|
foreground = "#d6dbe5"
|
|
background = "#131313"
|
|
cursor_bg = "#b9b9b9"
|
|
cursor_fg = "#101010"
|
|
selection_bg = "#1f1f1f"
|
|
selection_fg = "#d6dbe5"
|
|
|
|
ansi = ["#1f1f1f","#f81118","#2dc55e","#ecba0f","#2a84d2","#4e5ab7","#1081d6","#d6dbe5"]
|
|
brights = ["#d6dbe5","#de352e","#1dd361","#f3bd09","#1081d6","#5350b9","#0f7ddb","#ffffff"]
|