[gtksourceview/gnome-3-6] Add missing colors to classic style.
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview/gnome-3-6] Add missing colors to classic style.
- Date: Sat, 26 Jan 2013 11:07:25 +0000 (UTC)
commit d5ce3d8cb6715bedc4f1d903eed198ca30af0cdc
Author: Ignacio Casal Quinteiro <ignacio casal nice-software com>
Date: Fri Jan 25 21:32:39 2013 +0100
Add missing colors to classic style.
Do not rely on gtk+ for colors. Adwaita has changed the colors
and do not fit anymore for our theme.
data/styles/classic.xml | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/data/styles/classic.xml b/data/styles/classic.xml
index c75cdef..7ca9eee 100644
--- a/data/styles/classic.xml
+++ b/data/styles/classic.xml
@@ -40,10 +40,17 @@
<color name="yellow" value="#FFFF00"/>
<color name="purple" value="#A020F0"/>
+ <!-- Global Settings -->
+ <style name="current-line" background="#eeeeec"/>
+ <style name="draw-spaces" foreground="#babdb6"/>
+
<!-- Bracket Matching -->
<style name="bracket-match" foreground="#white" background="#grey" bold="true"/>
<style name="bracket-mismatch" foreground="#white" background="#red" bold="true"/>
+ <!-- Right Margin -->
+ <style name="right-margin" foreground="#grey"/>
+
<!-- Search Matching -->
<style name="search-match" background="yellow"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]