Tweaked find highlight colors

This commit is contained in:
dragonmacher
2025-02-04 18:08:28 -05:00
parent 17419c57fe
commit f36814243c

View File

@@ -22,8 +22,8 @@ color.bg.highlight = color.palette.lemonchiffon
color.bg.currentline = color.palette.aliceblue
color.bg.find.highlight = color.palette.yellow
color.bg.find.highlight.active = color.palette.orange
color.bg.find.highlight = #FFF38E // light yellow
color.bg.find.highlight.active = #FFC55B // light orange
color.bg.textfield.hint.valid = color.bg
color.bg.textfield.hint.invalid = color.palette.mistyrose
@@ -187,8 +187,10 @@ font.wizard.border.title = sansserif-plain-10
color.fg.filterfield = color.palette.darkslategray
color.bg.find.highlight = #715E41 // brownish
color.bg.find.highlight.active = #BC7474 // rosybrown
color.bg.highlight = #67582A // olivish
color.bg.find.highlight.active = #A24E05 // orangish
color.bg.filechooser.shortcut = [color]system.color.bg.view