added colorschemes to alacritty

This commit is contained in:
Stefan Friese 2023-08-02 22:30:36 +02:00
parent 9bde0d7bf3
commit 2f5eb260f7
4 changed files with 45 additions and 34 deletions

3
.gitmodules vendored
View File

@ -37,3 +37,6 @@
[submodule "vim/.vim/pack/default/start/vim-polyglot"]
path = vim/.vim/pack/default/start/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

View File

@ -1,3 +1,4 @@
---
font:
normal:
family: "MesloLGS NF"
@ -24,40 +25,15 @@ font:
glyph_offset:
x: 0
y: 0
style: Regular
antialias: lcd
antialias: lcd
AppleFontSmoothing: true
#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'
#white: '#ffffff'
# Bright colors
bright:
black: '#928374'
red: '#fb4934'
green: '#b8bb26'
yellow: '#fabd2f'
blue: '#83a598'
magenta: '#d3869b'
cyan: '#8ec07c'
white: '#ebdbb2'
#white: '#ffffff'
import:
# uncomment the flavour you want below:
- ~/.config/alacritty/colorschemes/catppuccin/catppuccin-mocha.yml
# - ~/.config/alacritty/colorschemes/catppuccin/catppuccin-macchiato.yml
# - ~/.config/alacritty/colorschemes/catppuccin/catppuccin-frappe.yml
# - ~/.config/alacritty/colorschemes/catppuccin/catppuccin-latte.yml
# - ~/.config/alacritty/colorschemes/gruvbox/gruvbox.yml

@ -0,0 +1 @@
Subproject commit 3c808cbb4f9c87be43ba5241bc57373c793d2f17

View File

@ -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'