summaryrefslogtreecommitdiff
path: root/gtk-themes/parabola-blackmate/gtk-2.0/Styles/editor.rc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk-themes/parabola-blackmate/gtk-2.0/Styles/editor.rc')
-rw-r--r--gtk-themes/parabola-blackmate/gtk-2.0/Styles/editor.rc12
1 files changed, 12 insertions, 0 deletions
diff --git a/gtk-themes/parabola-blackmate/gtk-2.0/Styles/editor.rc b/gtk-themes/parabola-blackmate/gtk-2.0/Styles/editor.rc
new file mode 100644
index 0000000..8414dae
--- /dev/null
+++ b/gtk-themes/parabola-blackmate/gtk-2.0/Styles/editor.rc
@@ -0,0 +1,12 @@
+style "text_editor"
+{
+ GtkTextView::cursor_color = "#ffffff"
+
+ base[NORMAL] = "#111111"
+ base[ACTIVE] = "#111181"
+ base[SELECTED] = "#808080"
+ text[NORMAL] = "#c0c0c0"
+ text[ACTIVE] = "#c0c0c0"
+ text[SELECTED] = "#111111"
+}
+class "GtkTextView" style "text_editor"