add theme files and screenshots

This commit is contained in:
robocopAlpha 2020-07-31 18:16:08 +03:00
parent 4d4ce57784
commit 101e4787ee
13 changed files with 365 additions and 0 deletions

28
themes/monokaiSoda.yml Normal file
View file

@ -0,0 +1,28 @@
# Colors (Monokai Soda)
colors:
# Default colors
primary:
background: '#1a1a1a'
foreground: '#c4c5b5'
# Normal colors
normal:
black: '#1a1a1a'
red: '#f4005f'
green: '#98e024'
yellow: '#fa8419'
blue: '#9d65ff'
magenta: '#f4005f'
cyan: '#58d1eb'
white: '#c4c5b5'
# Bright colors
bright:
black: '#625e4c'
red: '#f4005f'
green: '#98e024'
yellow: '#e0d561'
blue: '#9d65ff'
magenta: '#f4005f'
cyan: '#58d1eb'
white: '#f6f6ef'