Adding solarized-light (#1608)

This commit is contained in:
TornaxO7 2022-07-29 18:05:21 +02:00 committed by GitHub
parent cbb698fb62
commit 76ed4266cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# Solarized Theme # Solarized dark
themes: themes:
solarized-dark: solarized-dark:
@ -12,4 +12,4 @@ themes:
fg: [253, 246, 227] fg: [253, 246, 227]
cyan: [42, 161, 152] cyan: [42, 161, 152]
black: [7, 54, 66] black: [7, 54, 66]
white: [238, 232, 213] white: [238, 232, 213]

View file

@ -0,0 +1,15 @@
# Solarized light
themes:
solarized-light:
bg: [253, 246, 227]
red: [220, 50, 47]
green: [133, 153, 0]
yellow: [181, 137, 0]
blue: [38, 139, 210]
magenta: [211, 54, 130]
orange: [203, 75, 22]
fg: [101, 123, 131]
cyan: [42, 161, 152]
black: [7, 54, 66]
white: [238, 232, 213]