Fix dotfiles structure
This commit is contained in:
28
.config/alacritty/alacritty-themes/themes/Material-Theme.yml
Executable file
28
.config/alacritty/alacritty-themes/themes/Material-Theme.yml
Executable file
@@ -0,0 +1,28 @@
|
||||
# Colors (Material Theme)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#263238'
|
||||
foreground: '#eeffff'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#000000' # Arbitrary
|
||||
red: '#e53935'
|
||||
green: '#91b859'
|
||||
yellow: '#ffb62c'
|
||||
blue: '#6182b8'
|
||||
magenta: '#ff5370' # Dark pink of the original material theme
|
||||
cyan: '#39adb5'
|
||||
white: '#a0a0a0' # Arbitrary
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#4e4e4e' # Arbitrary
|
||||
red: '#ff5370'
|
||||
green: '#c3e88d'
|
||||
yellow: '#ffcb6b'
|
||||
blue: '#82aaff'
|
||||
magenta: '#f07178' # Pink of the original material theme
|
||||
cyan: '#89ddff'
|
||||
white: '#ffffff' # Arbitrary
|
||||
Reference in New Issue
Block a user