summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r--desktop-themes/TraditionalOk/Makefile.am17
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/Makefile.am13
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css30
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css5
-rw-r--r--[-rwxr-xr-x]desktop-themes/TraditionalOk/gtk-3.0/img/border-error.svg0
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/settings.ini.in (renamed from desktop-themes/TraditionalOk/gtk-3.0/settings.ini)5
-rw-r--r--[-rwxr-xr-x]desktop-themes/TraditionalOk/xfwm4/themerc0
7 files changed, 41 insertions, 29 deletions
diff --git a/desktop-themes/TraditionalOk/Makefile.am b/desktop-themes/TraditionalOk/Makefile.am
index 8956a277..9492b9fa 100644
--- a/desktop-themes/TraditionalOk/Makefile.am
+++ b/desktop-themes/TraditionalOk/Makefile.am
@@ -1,14 +1,15 @@
-THEME_NAME=TraditionalOk
-THEME_IN_FILES=index.theme.in
+THEME_NAME = TraditionalOk
+theme_in_files = index.theme.in
themedir = $(datadir)/themes/$(THEME_NAME)
-
-theme_DATA = \
- COPYING \
- index.theme
+theme_DATA = COPYING index.theme
%.theme: %.theme.in
+if USE_NLS
$(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@
+else
+ $(AM_V_GEN) cp -f $< $@
+endif
SUBDIRS = \
gtk-2.0 \
@@ -17,5 +18,5 @@ SUBDIRS = \
openbox-3 \
xfwm4
-DISTCLEANFILES = index.theme
-EXTRA_DIST = index.theme.in
+CLEANFILES = index.theme
+EXTRA_DIST = $(theme_in_files)
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/Makefile.am b/desktop-themes/TraditionalOk/gtk-3.0/Makefile.am
index fa02b8b1..a5360c27 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/Makefile.am
+++ b/desktop-themes/TraditionalOk/gtk-3.0/Makefile.am
@@ -11,6 +11,15 @@ theme_DATA = \
other-applications.css \
settings.ini
-EXTRA_DIST = $(theme_DATA)
+%.ini: %.ini.in
+ $(AM_V_GEN) sed -e 's|@bindir[@]|$(bindir)|g' $< > $@
-SUBDIRS = img
+EXTRA_DIST = \
+ $(theme_DATA) \
+ settings.ini.in
+
+CLEAN = \
+ settings.ini
+
+SUBDIRS = \
+ img
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css
index 1fae2ec4..93f8036a 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css
@@ -526,11 +526,11 @@ toolbar.inline-toolbar button:active:first-child,
toolbar.inline-toolbar button:focus:first-child,
toolbar.inline-toolbar button:focus:active:first-child,
toolbar.inline-toolbar button:disabled:first-child,
-toolbar.inline-toolbar toolbutton button :first-child,
-toolbar.inline-toolbar toolbutton button :first-child:active,
-toolbar.inline-toolbar toolbutton button :first-child:focus,
-toolbar.inline-toolbar toolbutton button :first-child:focus:active,
-toolbar.inline-toolbar toolbutton button :first-child:disabled,
+toolbar.inline-toolbar toolbutton button:first-child,
+toolbar.inline-toolbar toolbutton button:first-child:active,
+toolbar.inline-toolbar toolbutton button:first-child:focus,
+toolbar.inline-toolbar toolbutton button:first-child:focus:active,
+toolbar.inline-toolbar toolbutton button:first-child:disabled,
/* Rightmost button */
toolbar.primary-toolbar button.raised.linked:last-child,
toolbar.primary-toolbar button.raised.linked:active:last-child,
@@ -547,22 +547,22 @@ toolbar.inline-toolbar button:active:last-child,
toolbar.inline-toolbar button:focus:last-child,
toolbar.inline-toolbar button:focus:active:last-child,
toolbar.inline-toolbar button:disabled:last-child,
-toolbar.inline-toolbar toolbutton button :last-child,
-toolbar.inline-toolbar toolbutton button :last-child:active,
-toolbar.inline-toolbar toolbutton button :last-child:focus,
-toolbar.inline-toolbar toolbutton button :last-child:focus:active,
-toolbar.inline-toolbar toolbutton button :last-child:disabled,
+toolbar.inline-toolbar toolbutton button:last-child,
+toolbar.inline-toolbar toolbutton button:last-child:active,
+toolbar.inline-toolbar toolbutton button:last-child:focus,
+toolbar.inline-toolbar toolbutton button:last-child:focus:active,
+toolbar.inline-toolbar toolbutton button:last-child:disabled,
/* Single button */
toolbar.inline-toolbar button:only-child,
toolbar.inline-toolbar button:active:only-child,
toolbar.inline-toolbar button:focus:only-child,
toolbar.inline-toolbar button:focus:active:only-child,
toolbar.inline-toolbar button:disabled:only-child,
-toolbar.inline-toolbar toolbutton button :only-child,
-toolbar.inline-toolbar toolbutton button :only-child:active,
-toolbar.inline-toolbar toolbutton button :only-child:focus,
-toolbar.inline-toolbar toolbutton button :only-child:focus:active,
-toolbar.inline-toolbar toolbutton button :only-child:disabled {
+toolbar.inline-toolbar toolbutton button:only-child,
+toolbar.inline-toolbar toolbutton button:only-child:active,
+toolbar.inline-toolbar toolbutton button:only-child:focus,
+toolbar.inline-toolbar toolbutton button:only-child:focus:active,
+toolbar.inline-toolbar toolbutton button:only-child:disabled {
border-image: url("img/border-inline-button.svg") 3 3 4 3 / 3px 3px 4px 3px repeat;
border-radius: 3px;
border-width: 1px 1px 2px 1px;
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index 40a364b7..f7025c6c 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -70,7 +70,7 @@ tooltip.background,
border-style: solid;
border-width: 1px;
border-color: @theme_tooltip_border_color;
- border-radius: 0px;
+ border-radius: 2px;
background-color: @theme_tooltip_bg_color;
color: @theme_tooltip_fg_color;
text-shadow: none;
@@ -3947,7 +3947,8 @@ headerbar button.titlebutton,
box-shadow: none;
}
-.background.csd decoration {
+.background.csd decoration,
+window.unified {
border-width: 0px;
border-radius: 7px 7px 0 0;
border-style: solid;
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/img/border-error.svg b/desktop-themes/TraditionalOk/gtk-3.0/img/border-error.svg
index 6532d220..6532d220 100755..100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/img/border-error.svg
+++ b/desktop-themes/TraditionalOk/gtk-3.0/img/border-error.svg
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/settings.ini b/desktop-themes/TraditionalOk/gtk-3.0/settings.ini.in
index 0bd15f97..4171a309 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/settings.ini
+++ b/desktop-themes/TraditionalOk/gtk-3.0/settings.ini.in
@@ -1,5 +1,6 @@
[Settings]
-gtk-color-scheme = "base_color:#ffffff\nbg_color:#edeceb\nfg_color:#000000\nselected_bg_color:#86abd9\nselected_fg_color:#ffffff\ntooltip_bg_color:#f5f5b5\ntooltip_fg_color:#000000\ntext_color:#1a1a1a\nlink_color:#0000ee\nvisited_link_color:#551a8b"
gtk-auto-mnemonics = 0
-gtk-visible-focus = automatic
+gtk-color-scheme = "base_color:#ffffff\nbg_color:#edeceb\nfg_color:#000000\nselected_bg_color:#86abd9\nselected_fg_color:#ffffff\ntooltip_bg_color:#f5f5b5\ntooltip_fg_color:#000000\ntext_color:#1a1a1a\nlink_color:#0000ee\nvisited_link_color:#551a8b"
gtk-primary-button-warps-slider = false
+gtk-print-preview-command = @bindir@/atril-previewer --unlink-tempfile --print-settings %s %f
+gtk-visible-focus = automatic
diff --git a/desktop-themes/TraditionalOk/xfwm4/themerc b/desktop-themes/TraditionalOk/xfwm4/themerc
index 82582e31..82582e31 100755..100644
--- a/desktop-themes/TraditionalOk/xfwm4/themerc
+++ b/desktop-themes/TraditionalOk/xfwm4/themerc