diff --git a/data/colorschemes/Soft Era.ini b/data/colorschemes/Soft Era.ini new file mode 100644 index 00000000..15dae3a9 --- /dev/null +++ b/data/colorschemes/Soft Era.ini @@ -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 + diff --git a/data/colorschemes/meson.build b/data/colorschemes/meson.build index 319b1942..99ada86b 100644 --- a/data/colorschemes/meson.build +++ b/data/colorschemes/meson.build @@ -11,6 +11,7 @@ colorschemes_desc = [ 'PaleNight.ini', 'PaperColor.ini', 'Smyck.ini', + 'Soft Era.ini', 'Solarized.ini', 'Solarized Light.ini', 'Tango Dark.ini',