2022-07-09 18:23:31 +03:00
|
|
|
window:
|
|
|
|
dimensions:
|
2022-07-22 09:58:51 +03:00
|
|
|
columns: 80
|
|
|
|
lines: 25
|
2022-07-09 18:23:31 +03:00
|
|
|
padding:
|
|
|
|
x: 5
|
|
|
|
y: 5
|
|
|
|
scrolling:
|
|
|
|
history: 100000
|
|
|
|
multiplier: 3
|
|
|
|
|
|
|
|
font:
|
|
|
|
normal:
|
|
|
|
family: JetBrains Mono
|
2022-08-09 11:16:22 +03:00
|
|
|
style: SemiBold
|
2022-07-09 18:23:31 +03:00
|
|
|
|
|
|
|
bold:
|
|
|
|
family: JetBrains Mono
|
|
|
|
style: Bold
|
|
|
|
|
|
|
|
italic:
|
|
|
|
family: JetBrains Mono
|
2022-08-09 11:16:22 +03:00
|
|
|
style: SemiBold Italic
|
2022-08-31 20:13:17 +03:00
|
|
|
size: 9.0
|
2022-07-09 18:23:31 +03:00
|
|
|
|
2022-09-11 14:26:57 +03:00
|
|
|
cursor:
|
|
|
|
shape: Block
|
|
|
|
blinking: on
|
|
|
|
|
|
|
|
|
2022-08-29 17:28:59 +03:00
|
|
|
# Colors (Solarized Dark)
|
2022-07-09 18:23:31 +03:00
|
|
|
colors:
|
2022-08-09 11:16:22 +03:00
|
|
|
# Default colors
|
2022-07-09 18:23:31 +03:00
|
|
|
primary:
|
2022-09-11 14:26:57 +03:00
|
|
|
background: '#002b36' # base03
|
|
|
|
foreground: '#839496' # base0
|
2022-08-31 18:30:39 +03:00
|
|
|
|
2022-09-11 14:26:57 +03:00
|
|
|
# Cursor colors
|
2022-08-31 18:30:39 +03:00
|
|
|
cursor:
|
2022-09-11 14:26:57 +03:00
|
|
|
text: '#002b36' # base03
|
|
|
|
cursor: '#839496' # base0
|
2022-08-09 11:16:22 +03:00
|
|
|
|
|
|
|
# Normal colors
|
2022-07-09 18:23:31 +03:00
|
|
|
normal:
|
2022-09-11 14:26:57 +03:00
|
|
|
black: '#073642' # base02
|
|
|
|
red: '#dc322f' # red
|
|
|
|
green: '#859900' # green
|
|
|
|
yellow: '#b58900' # yellow
|
|
|
|
blue: '#268bd2' # blue
|
|
|
|
magenta: '#d33682' # magenta
|
|
|
|
cyan: '#2aa198' # cyan
|
|
|
|
white: '#eee8d5' # base2
|
2022-08-09 11:16:22 +03:00
|
|
|
|
|
|
|
# Bright colors
|
|
|
|
bright:
|
2022-09-11 14:26:57 +03:00
|
|
|
black: '#002b36' # base03
|
|
|
|
red: '#cb4b16' # orange
|
|
|
|
green: '#586e75' # base01
|
|
|
|
yellow: '#657b83' # base00
|
|
|
|
blue: '#839496' # base0
|
|
|
|
magenta: '#6c71c4' # violet
|
|
|
|
cyan: '#93a1a1' # base1
|
|
|
|
white: '#fdf6e3' # base3
|