colorschemes: add Soft Era

This commit is contained in:
Boris Faure 2020-11-25 23:27:00 +01:00
parent 94e7cc4bc0
commit da44ea9ad4
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
2 changed files with 76 additions and 0 deletions

View File

@ -0,0 +1,75 @@
[Main]
version = 1
[Metadata]
version = 1
name = Soft Era
author = Audrey Moon
website = http://soft-aesthetic.club/soft-era.html
license = MIT
[Colors]
bg = #f7f2f2
main = #e796b0
hl = #ffffff
end_sel = #ff3300
tab_missed_1 = #ff9933
tab_missed_2 = #ff3300
tab_missed_3 = #ff0000
tab_missed_over_1 = #ffff40
tab_missed_over_2 = #ff9933
tab_missed_over_3 = #ff0000
tab_title_2 = #000000
[Normal]
def = #bba3a3
black = #1c1b28
red = #e36a85
green = #87b8ab
yellow = #fda2a9
blue = #70a3dc
magenta = #e796b0
cyan = #a49ad7
white = #f7f2f2
inverse_fg = #f7f2f2
inverse_bg = #bba3a3
[Bright]
def = #bba3a3
black = #1c1b28
red = #e36a85
green = #87b8ab
yellow = #fda2a9
blue = #70a3dc
magenta = #e796b0
cyan = #a49ad7
white = #f7f2f2
inverse_fg = #f7f2f2
inverse_bg = #bba3a3
[Faint]
def = #cab6b6
black = #52505a
red = #e88ca0
green = #a3c6bc
yellow = #fbb6bb
blue = #91b6e1
magenta = #ebadc0
cyan = #b8b0dd
white = #f7f2f2
inverse_fg = #f7f2f2
inverse_bg = #cab6b6
[BrightFaint]
def = #cab6b6
black = #52505a
red = #e88ca0
green = #a3c6bc
yellow = #fbb6bb
blue = #91b6e1
magenta = #ebadc0
cyan = #b8b0dd
white = #f7f2f2
inverse_fg = #f7f2f2
inverse_bg = #cab6b6

View File

@ -11,6 +11,7 @@ colorschemes_desc = [
'PaleNight.ini',
'PaperColor.ini',
'Smyck.ini',
'Soft Era.ini',
'Solarized.ini',
'Solarized Light.ini',
'Tango Dark.ini',