add themes

This commit is contained in:
robocopAlpha 2020-08-01 23:12:47 +03:00
parent fe725909cd
commit d5ae907161
8 changed files with 232 additions and 16 deletions

View file

@ -7,7 +7,7 @@ colors:
# Cursor colors
cursor:
text: '#FF261E'
text: '#FF261E'
cursor: '#FF261E'
# Normal colors

28
themes/ayuMirage.yml Normal file
View file

@ -0,0 +1,28 @@
# Colors (Ayu Mirage)
colors:
# Default colors
primary:
background: '#202734'
foreground: '#CBCCC6'
# Normal colors
normal:
black: '#191E2A'
red: '#FF3333'
green: '#BAE67E'
yellow: '#FFA759'
blue: '#73D0FF'
magenta: '#FFD580'
cyan: '#95E6CB'
white: '#C7C7C7'
# Bright colors
bright:
black: '#686868'
red: '#F27983'
green: '#A6CC70'
yellow: '#FFCC66'
blue: '#5CCFE6'
magenta: '#FFEE99'
cyan: '#95E6CB'
white: '#FFFFFF'

44
themes/breeze.yml Normal file
View file

@ -0,0 +1,44 @@
# KDE Breeze (Ported from Konsole)
colors:
# Default colors
primary:
background: '#232627'
foreground: '#fcfcfc'
dim_foreground: '#eff0f1'
bright_foreground: '#ffffff'
dim_background: '#31363b'
bright_background: '#000000'
# Normal colors
normal:
black: '#232627'
red: '#ed1515'
green: '#11d116'
yellow: '#f67400'
blue: '#1d99f3'
magenta: '#9b59b6'
cyan: '#1abc9c'
white: '#fcfcfc'
# Bright colors
bright:
black: '#7f8c8d'
red: '#c0392b'
green: '#1cdc9a'
yellow: '#fdbc4b'
blue: '#3daee9'
magenta: '#8e44ad'
cyan: '#16a085'
white: '#ffffff'
# Dim colors
dim:
black: '#31363b'
red: '#783228'
green: '#17a262'
yellow: '#b65619'
blue: '#1b668f'
magenta: '#614a73'
cyan: '#186c60'
white: '#63686d'

40
themes/darktooth.yml Normal file
View file

@ -0,0 +1,40 @@
# Colors (Darktooth)
colors:
# Default colors
primary:
background: '#282828'
foreground: '#fdf4c1'
# Normal colors
normal:
black: '#282828'
red: '#9d0006'
green: '#79740e'
yellow: '#b57614'
blue: '#076678'
magenta: '#8f3f71'
cyan: '#00a7af'
white: '#fdf4c1'
# Bright colors
bright:
black: '#32302f'
red: '#fb4933'
green: '#b8bb26'
yellow: '#fabd2f'
blue: '#83a598'
magenta: '#d3869b'
cyan: '#3fd7e5'
white: '#ffffc8'
# Dim colors (Optional)
dim:
black: '#1d2021'
red: '#421e1e'
green: '#232b0f'
yellow: '#4d3b27'
blue: '#2b3c44'
magenta: '#4e3d45'
cyan: '#205161'
white: '#f4e8ba'

28
themes/dracula.yml Normal file
View file

@ -0,0 +1,28 @@
# Colors (Dracula)
colors:
# Default colors
primary:
background: '#282a36'
foreground: '#f8f8f2'
# Normal colors
normal:
black: '#000000'
red: '#ff5555'
green: '#50fa7b'
yellow: '#f1fa8c'
blue: '#caa9fa'
magenta: '#ff79c6'
cyan: '#8be9fd'
white: '#bfbfbf'
# Bright colors
bright:
black: '#575b70'
red: '#ff6e67'
green: '#5af78e'
yellow: '#f4f99d'
blue: '#caa9fa'
magenta: '#ff92d0'
cyan: '#9aedfe'
white: '#e6e6e6'

30
themes/gruvbox.yml Normal file
View file

@ -0,0 +1,30 @@
# Colors (Gruvbox dark)
colors:
# Default colors
primary:
# hard contrast: background = '#1d2021'
background: '#282828'
# soft contrast: background = '#32302f'
foreground: '#ebdbb2'
# Normal colors
normal:
black: '#282828'
red: '#cc241d'
green: '#98971a'
yellow: '#d79921'
blue: '#458588'
magenta: '#b16286'
cyan: '#689d6a'
white: '#a89984'
# Bright colors
bright:
black: '#928374'
red: '#fb4934'
green: '#b8bb26'
yellow: '#fabd2f'
blue: '#83a598'
magenta: '#d3869b'
cyan: '#8ec07c'
white: '#ebdbb2'

27
themes/kitty.yml Normal file
View file

@ -0,0 +1,27 @@
colors:
# Default colors
primary:
background: '#000000'
foreground: '#dddddd'
# Normal colors
normal:
black: '#000000'
red: '#cc0403'
green: '#19cb00'
yellow: '#cecb00'
blue: '#0d73cc'
magenta: '#cb1ed1'
cyan: '#0dcdcd'
white: '#dddddd'
# Bright colors
bright:
black: '#767676'
red: '#f2201f'
green: '#23fd00'
yellow: '#fffd00'
blue: '#1a8fff'
magenta: '#fd28ff'
cyan: '#14ffff'
white: '#ffffff'