feat: switch neovim & alacritty theme
This commit is contained in:
parent
c0eec00cb3
commit
5a84c27334
5 changed files with 32 additions and 33 deletions
26
home/shell/alacritty-vscode.yml
Normal file
26
home/shell/alacritty-vscode.yml
Normal file
|
@ -0,0 +1,26 @@
|
|||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#1e1e1e' #Background from Dark Theme
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#000000'
|
||||
red: '#cd3131'
|
||||
green: '#0dbc79'
|
||||
yellow: '#e5e510'
|
||||
blue: '#2472c8'
|
||||
magenta: '#bc3fbc'
|
||||
cyan: '#11a8cd'
|
||||
white: '#e5e5e5'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#666666'
|
||||
red: '#f14c4c'
|
||||
green: '#23d18b'
|
||||
yellow: '#f5f543'
|
||||
blue: '#3b8eea'
|
||||
magenta: '#d670d6'
|
||||
cyan: '#29b8db'
|
||||
white: '#e5e5e5'
|
Loading…
Add table
Add a link
Reference in a new issue