Fix dotfiles structure
This commit is contained in:
26
.config/alacritty/alacritty-themes/themes/Molokai.yml
Executable file
26
.config/alacritty/alacritty-themes/themes/Molokai.yml
Executable file
@@ -0,0 +1,26 @@
|
||||
# Colors (Molokai Dark)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#1B1D1E'
|
||||
foreground: '#F8F8F2'
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#333333'
|
||||
red: '#C4265E'
|
||||
green: '#86B42B'
|
||||
yellow: '#B3B42B'
|
||||
blue: '#6A7EC8'
|
||||
magenta: '#8C6BC8'
|
||||
cyan: '#56ADBC'
|
||||
white: '#E3E3DD'
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#666666'
|
||||
red: '#F92672'
|
||||
green: '#A6E22E'
|
||||
yellow: '#E2E22E'
|
||||
blue: '#819AFF'
|
||||
magenta: '#AE81FF'
|
||||
cyan: '#66D9EF'
|
||||
white: '#F8F8F2'
|
||||
Reference in New Issue
Block a user