Initial dotfiles configuration
This commit is contained in:
24
alacritty/themes/sonokai.yml
Normal file
24
alacritty/themes/sonokai.yml
Normal file
@ -0,0 +1,24 @@
|
||||
colors:
|
||||
primary:
|
||||
background: "0x2c2e34"
|
||||
foreground: "0xe2e2e3"
|
||||
|
||||
normal:
|
||||
black: "0x181819"
|
||||
red: "0xfc5d7c"
|
||||
green: "0x9ed072"
|
||||
yellow: "0xe7c664"
|
||||
blue: "0x76cce0"
|
||||
magenta: "0xb39df3"
|
||||
cyan: "0xf39660"
|
||||
white: "0xe2e2e3"
|
||||
|
||||
bright:
|
||||
black: "0x181819"
|
||||
red: "0xfc5d7c"
|
||||
green: "0x9ed072"
|
||||
yellow: "0xe7c664"
|
||||
blue: "0x76cce0"
|
||||
magenta: "0xb39df3"
|
||||
cyan: "0xf39660"
|
||||
white: "0xe2e2e3"
|
32
alacritty/themes/tokyonight.yml
Normal file
32
alacritty/themes/tokyonight.yml
Normal file
@ -0,0 +1,32 @@
|
||||
# Tokyonight
|
||||
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' }
|
Reference in New Issue
Block a user