Tokyooo
This commit is contained in:
parent
f0f72dc13b
commit
424ec3b86b
105
.alacritty.yml
105
.alacritty.yml
|
@ -1,41 +1,74 @@
|
|||
# Background opacity
|
||||
background_opacity: 0.3
|
||||
# Window opacity
|
||||
window:
|
||||
opacity: 1
|
||||
|
||||
font:
|
||||
normal:
|
||||
family:
|
||||
"MesloLGS NF"
|
||||
# normal:
|
||||
# family: " GoMono Nerd Font"
|
||||
# bold:
|
||||
# family: "Noto Color Emoji"
|
||||
# italic:
|
||||
# family: "Noto Color Emoji"
|
||||
size: 8
|
||||
normal:
|
||||
family: "MesloLGS NF"
|
||||
# normal:
|
||||
# family: " GoMono Nerd Font"
|
||||
# bold:
|
||||
# family: "Noto Color Emoji"
|
||||
# italic:
|
||||
# family: "Noto Color Emoji"
|
||||
size: 14
|
||||
|
||||
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:
|
||||
primary:
|
||||
background: '#292A2B'
|
||||
foreground: '#E6E6E6'
|
||||
|
||||
normal:
|
||||
black: '#292A2B'
|
||||
red: '#FF2C6D'
|
||||
green: '#19f9d8'
|
||||
yellow: '#FFB86C'
|
||||
blue: '#45A9F9'
|
||||
magenta: '#FF75B5'
|
||||
cyan: '#67d3c2'
|
||||
orange: '#B084EB'
|
||||
white: '#E6E6E6'
|
||||
bright:
|
||||
black: '#292A2B'
|
||||
red: '#FF2C6D'
|
||||
green: '#19f9d8'
|
||||
yellow: '#ffcc95'
|
||||
blue: '#6FC1FF'
|
||||
magenta: '#FF9AC1'
|
||||
cyan: '#67d3c2'
|
||||
white: '#ffffff'
|
||||
# colors:
|
||||
# primary:
|
||||
# background: '#292A2B'
|
||||
# foreground: '#E6E6E6'
|
||||
#
|
||||
# normal:
|
||||
# black: '#292A2B'
|
||||
# red: '#FF2C6D'
|
||||
# green: '#19f9d8'
|
||||
# yellow: '#FFB86C'
|
||||
# blue: '#45A9F9'
|
||||
# magenta: '#FF75B5'
|
||||
# cyan: '#67d3c2'
|
||||
# orange: '#B084EB'
|
||||
# white: '#E6E6E6'
|
||||
# bright:
|
||||
# black: '#292A2B'
|
||||
# red: '#FF2C6D'
|
||||
# green: '#19f9d8'
|
||||
# yellow: '#ffcc95'
|
||||
# blue: '#6FC1FF'
|
||||
# magenta: '#FF9AC1'
|
||||
# cyan: '#67d3c2'
|
||||
# white: '#ffffff'
|
||||
#
|
||||
|
||||
|
|
Loading…
Reference in New Issue