58 lines
1 KiB
YAML
58 lines
1 KiB
YAML
|
font:
|
||
|
size: 9 # whatever this number actually means...
|
||
|
normal:
|
||
|
family: JuliaMono
|
||
|
style: Regular
|
||
|
bold:
|
||
|
family: JuliaMono
|
||
|
style: Bold
|
||
|
italic:
|
||
|
family: JuliaMono
|
||
|
style: Italic
|
||
|
bold_italic:
|
||
|
family: JuliaMono
|
||
|
style: BoldItalic
|
||
|
|
||
|
|
||
|
#draw_bold_text_with_bright_colors: true
|
||
|
|
||
|
# Colors
|
||
|
colors:
|
||
|
# Default colors
|
||
|
primary:
|
||
|
background: '#080808'
|
||
|
foreground: '#b2b2b2'
|
||
|
bright_foreground: '#eeeeee'
|
||
|
|
||
|
# Cursor colors
|
||
|
cursor:
|
||
|
text: '#000000'
|
||
|
cursor: '#ffff00'
|
||
|
|
||
|
# Selection colors
|
||
|
selection:
|
||
|
text: '#080808'
|
||
|
background: '#b2ceee'
|
||
|
|
||
|
# Normal colors
|
||
|
normal:
|
||
|
black: '#323437'
|
||
|
red: '#ff5454'
|
||
|
green: '#8cc85f'
|
||
|
yellow: '#e3c78a'
|
||
|
blue: '#80a0ff'
|
||
|
magenta: '#cf87e8'
|
||
|
cyan: '#79dac8'
|
||
|
white: '#c6c6c6'
|
||
|
|
||
|
# Bright colors
|
||
|
bright:
|
||
|
black: '#949494'
|
||
|
red: '#ff5189'
|
||
|
green: '#36c692'
|
||
|
yellow: '#c2c292'
|
||
|
blue: '#74b2ff'
|
||
|
magenta: '#ae81ff'
|
||
|
cyan: '#85dc85'
|
||
|
white: '#e4e4e4'
|