summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-11-09 01:49:49 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-11-09 01:49:49 (GMT)
commit2df715e74d6600ed0a5688a43f6ecd873957326a (patch)
treefeeb09b609a1fea8ae4441a83107767007ccba37 /themes
parente5808e7df6eb36ff8e150e57e8691a0b05222844 (diff)
Loaded GTK CSS extensions from files in a given theme directory.
Diffstat (limited to 'themes')
-rw-r--r--themes/Adwaita/Makefile.am12
-rw-r--r--themes/Adwaita/clean.png (renamed from themes/clean.png)bin741 -> 741 bytes
-rw-r--r--themes/Adwaita/display.css (renamed from themes/segments.css)2
-rw-r--r--themes/Adwaita/icons.css (renamed from themes/icons.css)0
-rw-r--r--themes/Adwaita/portions.css (renamed from themes/portions.css)0
-rw-r--r--themes/Adwaita/redo.png (renamed from themes/redo.png)bin617 -> 617 bytes
-rw-r--r--themes/Adwaita/undo.png (renamed from themes/undo.png)bin602 -> 602 bytes
-rw-r--r--themes/Makefile.am7
8 files changed, 14 insertions, 7 deletions
diff --git a/themes/Adwaita/Makefile.am b/themes/Adwaita/Makefile.am
new file mode 100644
index 0000000..9ef46c5
--- /dev/null
+++ b/themes/Adwaita/Makefile.am
@@ -0,0 +1,12 @@
+
+GTK3_CSS = \
+ display.css \
+ icons.css \
+ portions.css \
+ clean.png \
+ redo.png \
+ undo.png
+
+cssdir = $(datadir)/themes/Adwaita
+
+css_DATA = $(GTK3_CSS)
diff --git a/themes/clean.png b/themes/Adwaita/clean.png
index f8f8c78..f8f8c78 100644
--- a/themes/clean.png
+++ b/themes/Adwaita/clean.png
Binary files differ
diff --git a/themes/segments.css b/themes/Adwaita/display.css
index 9a4a589..2368b64 100644
--- a/themes/segments.css
+++ b/themes/Adwaita/display.css
@@ -23,7 +23,7 @@
font-style: italic;
font-weight: normal;
-
+
}
.segment-phys-addr-padding {
diff --git a/themes/icons.css b/themes/Adwaita/icons.css
index 4986ab2..4986ab2 100644
--- a/themes/icons.css
+++ b/themes/Adwaita/icons.css
diff --git a/themes/portions.css b/themes/Adwaita/portions.css
index 3c5c582..3c5c582 100644
--- a/themes/portions.css
+++ b/themes/Adwaita/portions.css
diff --git a/themes/redo.png b/themes/Adwaita/redo.png
index 9fb3199..9fb3199 100644
--- a/themes/redo.png
+++ b/themes/Adwaita/redo.png
Binary files differ
diff --git a/themes/undo.png b/themes/Adwaita/undo.png
index 55b8c34..55b8c34 100644
--- a/themes/undo.png
+++ b/themes/Adwaita/undo.png
Binary files differ
diff --git a/themes/Makefile.am b/themes/Makefile.am
index c790aad..8010143 100644
--- a/themes/Makefile.am
+++ b/themes/Makefile.am
@@ -1,7 +1,2 @@
-GTK3_CSS = \
- portions.css
-
-cssdir = $(datadir)/themes
-
-css_DATA = $(GTK3_CSS)
+SUBDIRS = Adwaita