Skip to content

Commit ae601e1

Browse files
committed
data/styles: Update RGBA colour style to use GtkSourceView format
This format string is apparently supported but undocumented. The string we were previously using also worked, but gave an annoying warning on each startup.
1 parent c423005 commit ae601e1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

data/styles/meld-base.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
<style name="meld:current-line-highlight" background="#ffff00"/>
1313
<style name="meld:unknown-text" foreground="#888888"/>
1414
<style name="meld:syncpoint-outline" foreground="#555555"/>
15-
<style name="meld:current-chunk-highlight" background="rgba(255, 255, 255, 0.5)"/>
15+
<style name="meld:current-chunk-highlight" background="#rgba(255, 255, 255, 0.5)"/>
1616
<style name="meld:dimmed" foreground="#999999"/>
1717
</style-scheme>

data/styles/meld-dark.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
<style name="meld:current-line-highlight" background="#111100"/>
1414
<style name="meld:unknown-text" background="#aaaaaa"/>
1515
<style name="meld:syncpoint-outline" foreground="#bbbbbb"/>
16-
<style name="meld:current-chunk-highlight" background="rgba(255, 255, 255, 0.1)"/>
16+
<style name="meld:current-chunk-highlight" background="#rgba(255, 255, 255, 0.1)"/>
1717
<style name="meld:dimmed" foreground="#999999"/>
1818
</style-scheme>

0 commit comments

Comments
 (0)