Fix dotfiles structure
This commit is contained in:
32
.config/alacritty/alacritty-themes/themes/github_light.yml
Executable file
32
.config/alacritty/alacritty-themes/themes/github_light.yml
Executable file
@@ -0,0 +1,32 @@
|
||||
# github Alacritty Colors
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0xffffff'
|
||||
foreground: '0x586069'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x697179'
|
||||
red: '0xd03d3d'
|
||||
green: '0x14ce14'
|
||||
yellow: '0x949800'
|
||||
blue: '0x0451a5'
|
||||
magenta: '0xbc05bc'
|
||||
cyan: '0x0598bc'
|
||||
white: '0x586069'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x666666'
|
||||
red: '0xcd3131'
|
||||
green: '0x14ce14'
|
||||
yellow: '0xb5ba00'
|
||||
blue: '0x0451a5'
|
||||
magenta: '0xbc05bc'
|
||||
cyan: '0x0598bc'
|
||||
white: '0x586069'
|
||||
|
||||
indexed_colors:
|
||||
- { index: 16, color: '0xd18616' }
|
||||
- { index: 17, color: '0xcd3131' }
|
||||
Reference in New Issue
Block a user