You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
819 B
53 lines
819 B
[colors.bright] |
|
black = "0x565656" |
|
blue = "0x49a4f8" |
|
cyan = "0x99faf2" |
|
green = "0xc0e17d" |
|
magenta = "0xa47de9" |
|
red = "0xec5357" |
|
white = "0xffffff" |
|
yellow = "0xf9da6a" |
|
|
|
[colors.normal] |
|
black = "0x2e2e2e" |
|
blue = "0x47a0f3" |
|
cyan = "0x64dbed" |
|
green = "0xabe047" |
|
magenta = "0x7b5cb0" |
|
red = "0xeb4129" |
|
white = "0xe5e9f0" |
|
yellow = "0xf6c744" |
|
|
|
[colors.primary] |
|
background = "0x0c0f19" |
|
foreground = "0xfffbf6" |
|
|
|
[env] |
|
TERM = "xterm-256color" |
|
|
|
[font] |
|
size = 14.5 |
|
|
|
[font.normal] |
|
family = "Cascadia Code PL" |
|
style = "SemiLight" |
|
|
|
[font.bold] |
|
family = "Cascadia Code PL" |
|
style = "SemiLight Bold" |
|
|
|
[font.italic] |
|
family = "Cascadia Code PL" |
|
style = "SemiLight Italic" |
|
|
|
[font.bold_italic] |
|
family = "Cascadia Code PL" |
|
style = "SemiLight Bold Italic" |
|
|
|
[window] |
|
decorations = "none" |
|
startup_mode = "Maximized" |
|
|
|
[window.padding] |
|
x = 3 |
|
y = 6
|
|
|