add two themes

This commit is contained in:
dchakro 2022-07-06 22:24:13 +03:00
parent 388202a69d
commit 8948abadb3
2 changed files with 58 additions and 0 deletions

View 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
View 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'