colorschemes: add Material

This commit is contained in:
Boris Faure 2020-11-24 23:22:21 +01:00
parent e6f2d1b189
commit 061a34bb1a
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 = Material
author = Terminology's developers,
website = https://www.enlightenment.org/about-terminology
license = BSD-2-Clause
[Colors]
bg = #3d3d3d
main = #b7141e
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 = #e4e4e4
black = #212121
red = #b7141e
green = #457b23
yellow = #f5971d
blue = #1565c0
magenta = #6a1e9a
cyan = #00838f
white = #d8d8d8
inverse_fg = #303030
inverse_bg = #e4e4e4
[Bright]
def = #e4e4e4
black = #525252
red = #e83a3f
green = #7aba39
yellow = #fee92e
blue = #4cb2ff
magenta = #be86e3
cyan = #2dced0
white = #eeeeee
inverse_fg = #3b3b3a
inverse_bg = #e4e4e4
[Faint]
def = #bababa
black = #282828
red = #981e25
green = #436b29
yellow = #c78025
blue = #1f5b9f
magenta = #5e2582
cyan = #0f717a
white = #b1b1b1
inverse_fg = #333333
inverse_bg = #bababa
[BrightFaint]
def = #bababa
black = #4c4c4c
red = #bd3a3e
green = #6a9a3a
yellow = #cdbe31
blue = #4894ce
magenta = #9d73b9
cyan = #31a9ab
white = #c1c1c1
inverse_fg = #3b3b3a
inverse_bg = #bababa

View File

@ -2,6 +2,7 @@ colorschemes_desc = [
'Belafonte Day.ini', 'Belafonte Day.ini',
'Belafonte Night.ini', 'Belafonte Night.ini',
'Dracula.ini', 'Dracula.ini',
'Material.ini',
'Mild.ini', 'Mild.ini',
'Mustang.ini', 'Mustang.ini',
'Nord.ini', 'Nord.ini',