From a5d0e25487199050be0e1220f729abcaf2ff40c9 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Fri, 18 May 2018 16:10:56 +0000 Subject: parabola tweaks to blackmate theme --- gtk-themes/Parabola-BlackMATE-new/gtk-2.0/Styles/editor.rc | 12 ++++++++++++ gtk-themes/Parabola-BlackMATE-new/gtk-2.0/gtkrc | 7 +++++-- .../Parabola-BlackMATE-new/iceweasel-chrome/userChrome.css | 7 +++++++ .../Parabola-BlackMATE-new/iceweasel-chrome/userContent.css | 10 ++++++++++ 4 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 gtk-themes/Parabola-BlackMATE-new/gtk-2.0/Styles/editor.rc create mode 100644 gtk-themes/Parabola-BlackMATE-new/iceweasel-chrome/userChrome.css create mode 100644 gtk-themes/Parabola-BlackMATE-new/iceweasel-chrome/userContent.css diff --git a/gtk-themes/Parabola-BlackMATE-new/gtk-2.0/Styles/editor.rc b/gtk-themes/Parabola-BlackMATE-new/gtk-2.0/Styles/editor.rc new file mode 100644 index 0000000..8414dae --- /dev/null +++ b/gtk-themes/Parabola-BlackMATE-new/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" diff --git a/gtk-themes/Parabola-BlackMATE-new/gtk-2.0/gtkrc b/gtk-themes/Parabola-BlackMATE-new/gtk-2.0/gtkrc index 2dfb701..0162020 100644 --- a/gtk-themes/Parabola-BlackMATE-new/gtk-2.0/gtkrc +++ b/gtk-themes/Parabola-BlackMATE-new/gtk-2.0/gtkrc @@ -418,8 +418,10 @@ style "applet" style "view" { # It's better not to have too bright text views. - base[NORMAL] = "#ECECEC" - text[NORMAL] = "#000000" + base[NORMAL] = "#000000" + text[NORMAL] = "#FFFFFF" + base[SELECTED] = "#400040" + text[SELECTED] = "#FFFFFF" } style "entry" @@ -641,4 +643,5 @@ widget_class "*.ETable.ECanvas" style "treeview-header" widget_class "*.ETree.ECanvas" style "treeview-header" include "Styles/caja.rc" +include "Styles/editor.rc" include "Styles/terminal.rc" diff --git a/gtk-themes/Parabola-BlackMATE-new/iceweasel-chrome/userChrome.css b/gtk-themes/Parabola-BlackMATE-new/iceweasel-chrome/userChrome.css new file mode 100644 index 0000000..2fcfe41 --- /dev/null +++ b/gtk-themes/Parabola-BlackMATE-new/iceweasel-chrome/userChrome.css @@ -0,0 +1,7 @@ + +#urlbar { background-color: #000 !important ; color: #FFF !important ; } +#searchbar >* { background-color: #000 !important ; color: #FFF !important ; } + +.autocomplete-richlistbox { background-color: #000 !important ; color: #FFF !important ; } +.autocomplete-richlistbox richlistitem .ac-separator , +.autocomplete-richlistbox richlistitem .ac-url { color: #AFA !important ; } diff --git a/gtk-themes/Parabola-BlackMATE-new/iceweasel-chrome/userContent.css b/gtk-themes/Parabola-BlackMATE-new/iceweasel-chrome/userContent.css new file mode 100644 index 0000000..62c9054 --- /dev/null +++ b/gtk-themes/Parabola-BlackMATE-new/iceweasel-chrome/userContent.css @@ -0,0 +1,10 @@ + +input, textarea, select { -moz-appearance: none !important ; background-color: #000 ; color: #FFF ; } + +a[class="file"] , +a[class="dir"] , +a[class="symlink"] { color: #2EB8E6 !important ; } + +a:visited[class="file"] , +a:visited[class="dir"] , +a:visited[class="symlink"] { color: #FF6666 !important ; } -- cgit v1.2.2