This commit is contained in:
Victor Timofei 2023-06-03 14:16:39 +03:00
parent f0f72dc13b
commit 424ec3b86b
Signed by: vtimofei
GPG Key ID: B790DCEBE281403A
1 changed files with 69 additions and 36 deletions

View File

@ -1,41 +1,74 @@
# Background opacity # Window opacity
background_opacity: 0.3 window:
opacity: 1
font: font:
normal: normal:
family: family: "MesloLGS NF"
"MesloLGS NF" # normal:
# normal: # family: " GoMono Nerd Font"
# family: " GoMono Nerd Font" # bold:
# bold: # family: "Noto Color Emoji"
# family: "Noto Color Emoji" # italic:
# italic: # family: "Noto Color Emoji"
# family: "Noto Color Emoji" size: 14
size: 8
colors:
# Default colors
primary:
background: '0x1a1b26'
foreground: '0xc0caf5'
# Normal colors
normal:
black: '0x15161E'
red: '0xf7768e'
green: '0x9ece6a'
yellow: '0xe0af68'
blue: '0x7aa2f7'
magenta: '0xbb9af7'
cyan: '0x7dcfff'
white: '0xa9b1d6'
# Bright colors
bright:
black: '0x414868'
red: '0xf7768e'
green: '0x9ece6a'
yellow: '0xe0af68'
blue: '0x7aa2f7'
magenta: '0xbb9af7'
cyan: '0x7dcfff'
white: '0xc0caf5'
indexed_colors:
- { index: 16, color: '0xff9e64' }
- { index: 17, color: '0xdb4b4b' }
# Colors (Panda) # Colors (Panda)
colors: # colors:
primary: # primary:
background: '#292A2B' # background: '#292A2B'
foreground: '#E6E6E6' # foreground: '#E6E6E6'
#
normal: # normal:
black: '#292A2B' # black: '#292A2B'
red: '#FF2C6D' # red: '#FF2C6D'
green: '#19f9d8' # green: '#19f9d8'
yellow: '#FFB86C' # yellow: '#FFB86C'
blue: '#45A9F9' # blue: '#45A9F9'
magenta: '#FF75B5' # magenta: '#FF75B5'
cyan: '#67d3c2' # cyan: '#67d3c2'
orange: '#B084EB' # orange: '#B084EB'
white: '#E6E6E6' # white: '#E6E6E6'
bright: # bright:
black: '#292A2B' # black: '#292A2B'
red: '#FF2C6D' # red: '#FF2C6D'
green: '#19f9d8' # green: '#19f9d8'
yellow: '#ffcc95' # yellow: '#ffcc95'
blue: '#6FC1FF' # blue: '#6FC1FF'
magenta: '#FF9AC1' # magenta: '#FF9AC1'
cyan: '#67d3c2' # cyan: '#67d3c2'
white: '#ffffff' # white: '#ffffff'
#