mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
55 lines
856 B
Cheetah
55 lines
856 B
Cheetah
window:
|
|
dynamic_padding: true
|
|
opacity: 0.8
|
|
|
|
font:
|
|
normal:
|
|
family: Hack Nerd Font Mono
|
|
|
|
style: Regular
|
|
|
|
bold:
|
|
family: Hack nerd Font Mono
|
|
|
|
style: Bold
|
|
|
|
italic:
|
|
family: Hack nerd Font Mono
|
|
|
|
style: Italic
|
|
|
|
bold_italic:
|
|
family: Hack nerd Font Mono
|
|
|
|
style: Bold Italic
|
|
|
|
size: {{ if eq .type "desktop" }}6.5{{ else }}8.5{{ end }}
|
|
|
|
colors:
|
|
primary:
|
|
background: "0x282828"
|
|
foreground: "0xebdbb2"
|
|
|
|
normal:
|
|
black: "0x282828"
|
|
red: "0xcc241d"
|
|
green: "0x98971a"
|
|
yellow: "0xd79921"
|
|
blue: "0x458588"
|
|
magenta: "0xb16286"
|
|
cyan: "0x689d6a"
|
|
white: "0xa89984"
|
|
|
|
bright:
|
|
black: "0x928374"
|
|
red: "0xfb4934"
|
|
green: "0xb8bb26"
|
|
yellow: "0xfabd2f"
|
|
blue: "0x83a598"
|
|
magenta: "0xd3869b"
|
|
cyan: "0x8ec07c"
|
|
white: "0xebdbb2"
|
|
|
|
selection:
|
|
save_to_clipboard: true
|