Fix dotfiles structure
This commit is contained in:
27
.config/alacritty/alacritty-themes/themes/Tango.yml
Executable file
27
.config/alacritty/alacritty-themes/themes/Tango.yml
Executable file
@@ -0,0 +1,27 @@
|
||||
# Colors (Tango)
|
||||
colors:
|
||||
primary:
|
||||
background: '#000000'
|
||||
foreground: '#00ff00'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#2e3436'
|
||||
red: '#cc0000'
|
||||
green: '#73d216'
|
||||
yellow: '#edd400'
|
||||
blue: '#3465a4'
|
||||
magenta: '#75507b'
|
||||
cyan: '#06989a'
|
||||
white: '#d3d7cf'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#2e3436'
|
||||
red: '#ef2929'
|
||||
green: '#8ae234'
|
||||
yellow: '#fce94f'
|
||||
blue: '#729fcf'
|
||||
magenta: '#ad7fa8'
|
||||
cyan: '#34e2e2'
|
||||
white: '#eeeeec'
|
||||
Reference in New Issue
Block a user