changeset 96:e79c5676f972

Add custom Cawbird theme for the top bar
author IBBoard <dev@ibboard.co.uk>
date Mon, 14 Oct 2019 21:00:41 +0100
parents f3009ca89a46
children d721ae7a505b
files gtk-3.20/cawbird.css gtk-3.20/gtk.css gtk-3.20/gtk.scss
diffstat 3 files changed, 37 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gtk-3.20/cawbird.css	Mon Oct 14 21:00:41 2019 +0100
@@ -0,0 +1,33 @@
+.cawbird-window .topbar button,
+.cawbird-window .topbar button:backdrop,
+.cawbird-window .topbar .button,
+.cawbird-window .topbar .button:backdrop {
+  background-color: @theme_bg_dark_color;
+}
+
+.cawbird-window .topbar button:hover,
+.cawbird-window .topbar .button:hover {
+  background-color: shade(@theme_bg_dark_color, 1.3);
+}
+
+
+.cawbird-window .topbar button:checked,
+.cawbird-window .topbar .button:checked {
+  background-color: shade(@theme_bg_dark_color, 1.4);
+}
+
+.cawbird-window .topbar button image,
+.cawbird-window .topbar .button GtkImage {
+  icon-shadow: none;
+  color: @theme_fg_dark_color;
+}
+
+.cawbird-window .topbar button image:backdrop,
+.cawbird-window .topbar .button GtkImage:backdrop {
+  color: @theme_fg_dark_color;
+}
+
+.cawbird-window .topbar button .badge,
+.cawbird-window .topbar .button .badge {
+  border-color: @theme_fg_dark_color;
+}
\ No newline at end of file
--- a/gtk-3.20/gtk.css	Mon Oct 14 21:00:06 2019 +0100
+++ b/gtk-3.20/gtk.css	Mon Oct 14 21:00:41 2019 +0100
@@ -1,5 +1,6 @@
 @import url("./nautilus.css");
 @import url("./gnome-builder.css");
+@import url("./cawbird.css");
 * { padding: 0; -GtkToolButton-icon-spacing: 4; -GtkTextView-error-underline-color: #cc0000; -GtkScrolledWindow-scrollbar-spacing: 0; -GtkToolItemGroup-expander-size: 11; -GtkWidget-text-handle-width: 20; -GtkWidget-text-handle-height: 24; -GtkDialog-button-spacing: 4; -GtkDialog-action-area-border: 0; outline-color: alpha(currentColor,0.3); outline-style: dashed; outline-offset: -3px; outline-width: 1px; -gtk-outline-radius: 2px; -gtk-secondary-caret-color: #5E7F3E; }
 
 /*************** Base States * */
--- a/gtk-3.20/gtk.scss	Mon Oct 14 21:00:06 2019 +0100
+++ b/gtk-3.20/gtk.scss	Mon Oct 14 21:00:41 2019 +0100
@@ -647,3 +647,6 @@
 
 // Gnome Builder fixes
 @import url("./gnome-builder.css");
+
+// Customise Cawbird bar to be dark, because it's like a menu bar but isn't
+@import url("./cawbird.css");
\ No newline at end of file