GP-3094 - Theming - Converted most colors to palette colors

This commit is contained in:
dragonmacher 2023-04-14 16:49:39 -04:00
parent 318d5e01f0
commit 4f1d3c8053
72 changed files with 1149 additions and 983 deletions

View file

@ -1,27 +1,18 @@
[Defaults]
color.bg.help.hint = rgba(100, 100, 255, 100)
color.fg.help.selector.h1 = #000080
color.fg.help.selector.h2 = #984C4C
color.fg.help.selector.h3 = #0000FF
color.fg.help.selector.p.provided.by.plugin = #7F7F7F
color.fg.help.selector.p.related.topic = #800080
color.fg.help.selector.th = #EDF3FE
color.fg.help.selector.code = black
color.fg.help.selector.code.path = #4682B4
color.bg.help.hint = color.palette.cornflowerblue
color.fg.help.selector.h1 = color.palette.navy
color.fg.help.selector.h2 = color.palette.darkred
color.fg.help.selector.h3 = color.palette.blue
color.fg.help.selector.p.provided.by.plugin = color.palette.gray
color.fg.help.selector.p.related.topic = color.palette.purple
color.fg.help.selector.th = color.palette.aliceblue
color.fg.help.selector.code = color.palette.black
color.fg.help.selector.code.path = color.palette.steelblue
[Dark Defaults]
color.fg.help.selector.h1 = #66AAF4
color.fg.help.selector.h2 = #9999F9
color.fg.help.selector.h3 = #FF99CC
color.fg.help.selector.p.provided.by.plugin = #CCCCCC
color.fg.help.selector.p.related.topic = #9370DB
color.fg.help.selector.th = #EDF3FE
color.fg.help.selector.code = gray
color.fg.help.selector.code.path = #5BA5E3