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,21 +1,18 @@
[Defaults]
color.bg.plugin.fcg.vertex.default = rgb(110, 197, 174) // chill green
color.bg.plugin.fcg.vertex.default = MediumAquamarine // TODO
color.bg.plugin.fcg.vertex.toobig = color.palette.lightgray
color.bg.plugin.fcg.edge.primary.direct = rgb(143, 197, 143) // light pale green
color.bg.plugin.fcg.edge.primary.direct.selected = rgb(68, 171, 96) // lighter green
color.bg.plugin.fcg.edge.primary.indirect = rgb(233, 233, 233) // lightGray
color.bg.plugin.fcg.edge.primary.indirect.selected = rgb(201, 195, 195)
color.bg.plugin.fcg.edge.primary.direct = darkseagreen // TODO
color.bg.plugin.fcg.edge.primary.direct.selected = color.palette.lightgreen
color.bg.plugin.fcg.edge.primary.indirect = color.palette.lavender
color.bg.plugin.fcg.edge.primary.indirect.selected = color.palette.silver
// the satellite gets too cluttered, so wash out the edges
color.bg.plugin.fcg.edge.satellite.direct = rgba(0,0,0,0.1) // 'washed out black'
color.bg.plugin.fcg.edge.satellite.indirect = rgba(125, 125, 125, 25) // 'washed out gray'
color.bg.plugin.fcg.edge.satellite.direct = color.palette.lightgray
color.bg.plugin.fcg.edge.satellite.indirect = color.palette.lightpurple
icon.plugin.fcg.layout.bow.tie = color_swatch.png
[Dark Defaults]
color.bg.plugin.fcg.edge.satellite.direct = rgba(143, 197, 143, 100) // light pale green
color.bg.plugin.fcg.edge.satellite.indirect = rgba(233, 233, 233, 100) // lightGray