mirror of
https://github.com/dchakro/alacritty_colors.git
synced 2026-05-17 10:12:17 -07:00
add two themes
This commit is contained in:
parent
388202a69d
commit
8948abadb3
2 changed files with 58 additions and 0 deletions
29
themes/birds_of_paradise.yml
Normal file
29
themes/birds_of_paradise.yml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Colors (Birds of Paradise)
|
||||
# Source: https://gogh-co.github.io/Gogh/
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#2a1f1d'
|
||||
foreground: '#e0dbb7'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#573d26'
|
||||
red: '#be2d26'
|
||||
green: '#6ba18a'
|
||||
yellow: '#e99d2a'
|
||||
blue: '#5a86ad'
|
||||
magenta: '#ac80a6'
|
||||
cyan: '#74a6ad'
|
||||
white: '#e0dbb7'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#9b6c4a'
|
||||
red: '#e84627'
|
||||
green: '#95d8ba'
|
||||
yellow: '#d0d150'
|
||||
blue: '#b8d3ed'
|
||||
magenta: '#d19ecb'
|
||||
cyan: '#93cfd7'
|
||||
white: '#fff9d5'
|
||||
29
themes/paraisoDark.yml
Normal file
29
themes/paraisoDark.yml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Colors (ParaisoDark)
|
||||
# Source: https://gogh-co.github.io/Gogh/
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#2f1e2e'
|
||||
foreground: '#edeceb'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#000000'
|
||||
red: '#ef6155'
|
||||
green: '#48b685'
|
||||
yellow: '#fec418'
|
||||
blue: '#06b6ef'
|
||||
magenta: '#815ba4'
|
||||
cyan: '#5bc4bf'
|
||||
white: '#edeceb'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#776e71'
|
||||
red: '#ef6155'
|
||||
green: '#48b685'
|
||||
yellow: '#fec418'
|
||||
blue: '#06b6ef'
|
||||
magenta: '#815ba4'
|
||||
cyan: '#5bc4bf'
|
||||
white: '#fcfcfb'
|
||||
Loading…
Add table
Add a link
Reference in a new issue