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.
112 lines
2.1 KiB
112 lines
2.1 KiB
4 years ago
|
env:
|
||
|
TERM: xterm-256color
|
||
|
|
||
|
window:
|
||
|
decorations: none
|
||
|
startup_mode: Maximized
|
||
|
|
||
|
font:
|
||
|
normal:
|
||
|
family: Cascadia Code
|
||
|
style: Light
|
||
|
bold:
|
||
|
family: Cascadia Code
|
||
|
style: Regular
|
||
|
italic:
|
||
|
family: Cascadia Code
|
||
|
style: Italic
|
||
|
bold_italic:
|
||
|
family: Cascadia Code
|
||
|
style: Bold Italic
|
||
|
size: 15.0
|
||
|
|
||
|
# # Colors (Terminal.app)
|
||
|
# colors:
|
||
|
# # Default colors
|
||
|
# primary:
|
||
|
# background: '0x000000'
|
||
|
# foreground: '0xb6b6b6'
|
||
|
|
||
|
# # Normal colors
|
||
|
# normal:
|
||
|
# black: '0x000000'
|
||
|
# red: '0x990000'
|
||
|
# green: '0x00a600'
|
||
|
# yellow: '0x999900'
|
||
|
# blue: '0x7eaac7'
|
||
|
# magenta: '0xb200b2'
|
||
|
# cyan: '0x00a6b2'
|
||
|
# white: '0xbfbfbf'
|
||
|
|
||
|
# # Bright colors
|
||
|
# bright:
|
||
|
# black: '0x666666'
|
||
|
# red: '0xe50000'
|
||
|
# green: '0x00d900'
|
||
|
# yellow: '0xe5e500'
|
||
|
# blue: '0x0000ff'
|
||
|
# magenta: '0xe500e5'
|
||
|
# cyan: '0x00e5e5'
|
||
|
# white: '0xe5e5e5'
|
||
|
|
||
|
# Colors (Horizon Dark)
|
||
|
# colors:
|
||
|
# # Primary colors
|
||
|
# primary:
|
||
|
# background: '0x1c1e26'
|
||
|
# foreground: '0xe0e0e0'
|
||
|
|
||
|
# # Normal colors
|
||
|
# normal:
|
||
|
# black: '0x16161c'
|
||
|
# red: '0xe95678'
|
||
|
# green: '0x29d398'
|
||
|
# yellow: '0xfab795'
|
||
|
# blue: '0x26bbd9'
|
||
|
# magenta: '0xee64ac'
|
||
|
# cyan: '0x59e1e3'
|
||
|
# white: '0xd5d8da'
|
||
|
|
||
|
# # Bright colors
|
||
|
# bright:
|
||
|
# black: '0x5b5858'
|
||
|
# red: '0xec6a88'
|
||
|
# green: '0x3fdaa4'
|
||
|
# yellow: '0xfbc3a7'
|
||
|
# blue: '0x3fc4de'
|
||
|
# magenta: '0xf075b5'
|
||
|
# cyan: '0x6be4e6'
|
||
|
# white: '0xd5d8da'
|
||
|
|
||
|
# Colors (Hyper)
|
||
|
colors:
|
||
|
# Default colors
|
||
|
primary:
|
||
|
background: '0x000000'
|
||
|
foreground: '0xffffff'
|
||
|
cursor:
|
||
|
text: '0xF81CE5'
|
||
|
cursor: '0xffffff'
|
||
|
|
||
|
# Normal colors
|
||
|
normal:
|
||
|
black: '0x000000'
|
||
|
red: '0xfe0100'
|
||
|
green: '0x33ff00'
|
||
|
yellow: '0xfeff00'
|
||
|
blue: '0x0066ff'
|
||
|
magenta: '0xcc00ff'
|
||
|
cyan: '0x00ffff'
|
||
|
white: '0xd0d0d0'
|
||
|
|
||
|
# Bright colors
|
||
|
bright:
|
||
|
black: '0x808080'
|
||
|
red: '0xfe0100'
|
||
|
green: '0x33ff00'
|
||
|
yellow: '0xfeff00'
|
||
|
blue: '0x0066ff'
|
||
|
magenta: '0xcc00ff'
|
||
|
cyan: '0x00ffff'
|
||
|
white: '0xFFFFFF'
|