Themes: Tweak a few colors of the new themes

This changes the highlight, current line numbers and text selectin
background.

Fixes: QTCREATORBUG-31853
Change-Id: I097fa899b4303984c277de94cf0b9d9847dd1579
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
Alessandro Portale
2024-10-17 17:01:58 +02:00
parent 5ced0731f0
commit 669cfaa04b
3 changed files with 7 additions and 5 deletions

View File

@@ -2,8 +2,8 @@
<style-scheme version="1.0" name="Broccoli Dark">
<style name="Text" foreground="#d6cf9a" background="#1f1f1f"/>
<style name="Link" foreground="#d6c540"/>
<style name="Selection" foreground="#bec0c2" background="#1d545c"/>
<style name="LineNumber" foreground="#aeaeae" background="#262626"/>
<style name="Selection" background="#3f3f3f"/>
<style name="LineNumber" foreground="#aeaeae" background="#262626" bold="true"/>
<style name="SearchResult" background="#8a7f2c"/>
<style name="SearchResultAlt1" foreground="#aaaaff" background="#363655"/>
<style name="SearchResultAlt2" foreground="#ffaaaa" background="#553636"/>
@@ -13,7 +13,7 @@
<style name="ParenthesesMismatch" background="#ff6aad"/>
<style name="AutoComplete" foreground="#2c408a" background="#9aa7d6"/>
<style name="CurrentLine" background="#373737"/>
<style name="CurrentLineNumber" foreground="#d6c540" bold="true"/>
<style name="CurrentLineNumber" foreground="#1ec974" bold="true"/>
<style name="Occurrences" background="#8a402c"/>
<style name="Occurrences.Unused" foreground="#8a7f2c"/>
<style name="Occurrences.Rename" foreground="#ffaaaa" background="#553636"/>

View File

@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme version="1.0" name="Broccoli Light">
<style name="Text" foreground="#0a0a0a" background="#fcfcfc"/>
<style name="LineNumber" foreground="#595959" background="#f2f2f2"/>
<style name="Selection" background="#cdcdcd"/>
<style name="LineNumber" foreground="#595959" background="#f2f2f2" bold="true"/>
<style name="CurrentLineNumber" foreground="#12a75d" bold="true"/>
</style-scheme>

View File

@@ -61,7 +61,7 @@ PaletteButtonText=Token_Text_Default
PaletteButtonTextDisabled=Token_Text_Subtle
PaletteDark=Token_Background_Default
PaletteDarkDisabled=Token_Background_Subtle
PaletteHighlight=Token_Accent_Default
PaletteHighlight=Token_Foreground_Muted
PaletteHighlightDisabled=Token_Text_Subtle
PaletteHighlightedText=Token_Text_Default
PaletteHighlightedTextDisabled=Token_Text_Subtle