add smoooooth theme from iTerm2

This commit is contained in:
Aleh Suprunovich 2021-12-04 21:43:44 +03:00
parent dd3a1ef225
commit 7211828578
2 changed files with 59 additions and 0 deletions

View file

@ -1095,6 +1095,35 @@ schemes:
cyan: '0x97b9c0'
white: '0xffe9d7'
smoooooth: &smoooooth
primary:
foreground: '0xdbdbdb'
background: '0x14191e'
cursor:
text: '0x000000'
cursor: '0xfefffe'
selection:
text: '0x000000'
background: '0xb3d7ff'
normal:
black: '0x14191e'
red: '0xb43c29'
green: '0x00c200'
yellow: '0xc7c400'
blue: '0x2743c7'
magenta: '0xbf3fbd'
cyan: '0x00c5c7'
white: '0xc7c7c7'
bright:
black: '0x676767'
red: '0xdc7974'
green: '0x57e690'
yellow: '0xece100'
blue: '0xa6aaf1'
magenta: '0xe07de0'
cyan: '0x5ffdff'
white: '0xfeffff'
solarized_dark: &solarized_dark
primary:
background: '0x002b36'

30
themes/smoooooth.yml Normal file
View file

@ -0,0 +1,30 @@
# Color theme ported from iTerm 2: Smoooooth
colors:
primary:
foreground: '0xdbdbdb'
background: '0x14191e'
cursor:
text: '0x000000'
cursor: '0xfefffe'
selection:
text: '0x000000'
background: '0xb3d7ff'
normal:
black: '0x14191e'
red: '0xb43c29'
green: '0x00c200'
yellow: '0xc7c400'
blue: '0x2743c7'
magenta: '0xbf3fbd'
cyan: '0x00c5c7'
white: '0xc7c7c7'
bright:
black: '0x676767'
red: '0xdc7974'
green: '0x57e690'
yellow: '0xece100'
blue: '0xa6aaf1'
magenta: '0xe07de0'
cyan: '0x5ffdff'
white: '0xfeffff'