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.
38 lines
682 B
38 lines
682 B
2 years ago
|
env:
|
||
|
TERM: xterm-256color
|
||
|
|
||
|
font:
|
||
|
normal:
|
||
|
family: SauceCodePro Nerd Font
|
||
|
bold:
|
||
|
style: Semibold
|
||
|
size: 12
|
||
|
|
||
|
draw_bold_text_with_bright_colors: true
|
||
|
|
||
|
colors:
|
||
|
# https://github.com/romainl/Apprentice
|
||
|
primary:
|
||
|
background: "0x262626"
|
||
|
foreground: "0xBCBCBC"
|
||
|
|
||
|
normal:
|
||
|
black: "0x1C1C1C"
|
||
|
red: "0xAF5F5F"
|
||
|
green: "0x5F875F"
|
||
|
yellow: "0x87875F"
|
||
|
blue: "0x5F87AF"
|
||
|
magenta: "0x5F5F87"
|
||
|
cyan: "0x5F8787"
|
||
|
white: "0x6C6C6C"
|
||
|
|
||
|
bright:
|
||
|
black: "0x444444"
|
||
|
red: "0xFF8700"
|
||
|
green: "0x87AF87"
|
||
|
yellow: "0xFFFFAF"
|
||
|
blue: "0x87AFD7"
|
||
|
magenta: "0x8787AF"
|
||
|
cyan: "0x5FAFAF"
|
||
|
white: "0xffffff"
|