added colorschemes to alacritty
This commit is contained in:
parent
9bde0d7bf3
commit
2f5eb260f7
|
@ -37,3 +37,6 @@
|
||||||
[submodule "vim/.vim/pack/default/start/vim-polyglot"]
|
[submodule "vim/.vim/pack/default/start/vim-polyglot"]
|
||||||
path = vim/.vim/pack/default/start/vim-polyglot
|
path = vim/.vim/pack/default/start/vim-polyglot
|
||||||
url = https://github.com/sheerun/vim-polyglot
|
url = https://github.com/sheerun/vim-polyglot
|
||||||
|
[submodule "alacritty/.config/alacritty/colorschemes/catppuccin"]
|
||||||
|
path = alacritty/.config/alacritty/colorschemes/catppuccin
|
||||||
|
url = https://github.com/catppuccin/alacritty.git
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
font:
|
font:
|
||||||
normal:
|
normal:
|
||||||
family: "MesloLGS NF"
|
family: "MesloLGS NF"
|
||||||
|
@ -24,40 +25,15 @@ font:
|
||||||
glyph_offset:
|
glyph_offset:
|
||||||
x: 0
|
x: 0
|
||||||
y: 0
|
y: 0
|
||||||
|
|
||||||
style: Regular
|
style: Regular
|
||||||
antialias: lcd
|
antialias: lcd
|
||||||
AppleFontSmoothing: true
|
AppleFontSmoothing: true
|
||||||
|
|
||||||
#colors (Gruvbox dark)
|
import:
|
||||||
colors:
|
# uncomment the flavour you want below:
|
||||||
# Default colors
|
- ~/.config/alacritty/colorschemes/catppuccin/catppuccin-mocha.yml
|
||||||
primary:
|
# - ~/.config/alacritty/colorschemes/catppuccin/catppuccin-macchiato.yml
|
||||||
#hard contrast: background = '#1d2021'
|
# - ~/.config/alacritty/colorschemes/catppuccin/catppuccin-frappe.yml
|
||||||
background: '#282828'
|
# - ~/.config/alacritty/colorschemes/catppuccin/catppuccin-latte.yml
|
||||||
# soft contrast: background = '#32302f'
|
# - ~/.config/alacritty/colorschemes/gruvbox/gruvbox.yml
|
||||||
foreground: '#ebdbb2'
|
|
||||||
|
|
||||||
# Normal colors
|
|
||||||
normal:
|
|
||||||
black: '#282828'
|
|
||||||
red: '#cc241d'
|
|
||||||
green: '#98971a'
|
|
||||||
yellow: '#d79921'
|
|
||||||
blue: '#458588'
|
|
||||||
magenta: '#b16286'
|
|
||||||
cyan: '#689d6a'
|
|
||||||
white: '#a89984'
|
|
||||||
#white: '#ffffff'
|
|
||||||
|
|
||||||
# Bright colors
|
|
||||||
bright:
|
|
||||||
black: '#928374'
|
|
||||||
red: '#fb4934'
|
|
||||||
green: '#b8bb26'
|
|
||||||
yellow: '#fabd2f'
|
|
||||||
blue: '#83a598'
|
|
||||||
magenta: '#d3869b'
|
|
||||||
cyan: '#8ec07c'
|
|
||||||
white: '#ebdbb2'
|
|
||||||
#white: '#ffffff'
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 3c808cbb4f9c87be43ba5241bc57373c793d2f17
|
|
@ -0,0 +1,31 @@
|
||||||
|
---
|
||||||
|
# Colors (Gruvbox dark)
|
||||||
|
colors:
|
||||||
|
# Default colors
|
||||||
|
primary:
|
||||||
|
# Hard contrast: background = '#1d2021'
|
||||||
|
background: '#282828'
|
||||||
|
# soft contrast: background = '#32302f'
|
||||||
|
foreground: '#ebdbb2'
|
||||||
|
|
||||||
|
# Normal colors
|
||||||
|
normal:
|
||||||
|
black: '#282828'
|
||||||
|
red: '#cc241d'
|
||||||
|
green: '#98971a'
|
||||||
|
yellow: '#d79921'
|
||||||
|
blue: '#458588'
|
||||||
|
magenta: '#b16286'
|
||||||
|
cyan: '#689d6a'
|
||||||
|
white: '#a89984'
|
||||||
|
|
||||||
|
# Bright colors
|
||||||
|
bright:
|
||||||
|
black: '#928374'
|
||||||
|
red: '#fb4934'
|
||||||
|
green: '#b8bb26'
|
||||||
|
yellow: '#fabd2f'
|
||||||
|
blue: '#83a598'
|
||||||
|
magenta: '#d3869b'
|
||||||
|
cyan: '#8ec07c'
|
||||||
|
white: '#ebdbb2'
|
Loading…
Reference in New Issue