[gtksourceview: 2/3] Oblivion style scheme: Replace X11 colour name
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview: 2/3] Oblivion style scheme: Replace X11 colour name
- Date: Tue, 14 Jan 2020 19:29:26 +0000 (UTC)
commit 25cfa115bbac776766d494aae951c0c289ad78d1
Author: Jeffery To <jeffery to gmail com>
Date: Tue Jan 14 18:09:51 2020 +0800
Oblivion style scheme: Replace X11 colour name
data/styles/oblivion.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/data/styles/oblivion.xml b/data/styles/oblivion.xml
index 80a6724f..4b0a8cec 100644
--- a/data/styles/oblivion.xml
+++ b/data/styles/oblivion.xml
@@ -55,6 +55,7 @@
<color name="aluminium5" value="#555753"/>
<color name="aluminium6" value="#2e3436"/>
<color name="white" value="#ffffff"/>
+ <color name="black" value="#000000"/>
<color name="aluminium4-3-blend" value="#a1a49e"/>
<color name="aluminium6-5-blend" value="#34393A"/>
@@ -65,7 +66,7 @@
<style name="cursor" foreground="aluminium2"/>
<style name="secondary-cursor" foreground="aluminium4-3-blend"/>
<style name="current-line" background="aluminium5"/>
- <style name="line-numbers" foreground="aluminium5" background="#black"/>
+ <style name="line-numbers" foreground="aluminium5" background="black"/>
<style name="draw-spaces" foreground="aluminium4"/>
<style name="background-pattern" background="aluminium6-5-blend"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]