From f2210f3baa89b547ae2cce72fc8e97138274e776 Mon Sep 17 00:00:00 2001 From: Dakedres Date: Fri, 12 Apr 2024 16:39:00 -0600 Subject: [PATCH] Templates for https://github.com/themix-project/oomox-gtk-theme --- base16/templates/oomox-gtk-medium.mustache | 18 ++++++++++++++++++ base16/templates/oomox-gtk.mustache | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 base16/templates/oomox-gtk-medium.mustache create mode 100644 base16/templates/oomox-gtk.mustache diff --git a/base16/templates/oomox-gtk-medium.mustache b/base16/templates/oomox-gtk-medium.mustache new file mode 100644 index 0000000..3c2d785 --- /dev/null +++ b/base16/templates/oomox-gtk-medium.mustache @@ -0,0 +1,18 @@ +BG={{base05}} +FG={{base00}} +HDR_BG={{base04}} +HDR_FG={{base01}} +SEL_BG={{base00}} +SEL_FG={{base0D}} +TXT_BG={{base06}} +TXT_FG={{base01}} +BTN_BG={{base03}} +BTN_FG={{base07}} +HDR_BTN_BG={{base05}} +HDR_BTN_FG={{base01}} +WM_BORDER_FOCUS={{base0D}} +WM_BORDER_UNFOCUS={{base04}} +GRADIENT=0.0 +ROUNDNESS=2 +SPACING=3 + diff --git a/base16/templates/oomox-gtk.mustache b/base16/templates/oomox-gtk.mustache new file mode 100644 index 0000000..d52c34b --- /dev/null +++ b/base16/templates/oomox-gtk.mustache @@ -0,0 +1,18 @@ +BG={{base00}} +FG={{base05}} +HDR_BG={{base01}} +HDR_FG={{base04}} +SEL_BG={{base0D}} +SEL_FG={{base00}} +TXT_BG={{base01}} +TXT_FG={{base06}} +BTN_BG={{base02}} +BTN_FG={{base07}} +HDR_BTN_BG={{base05}} +HDR_BTN_FG={{base01}} +WM_BORDER_FOCUS={{base0D}} +WM_BORDER_UNFOCUS={{base04}} +GRADIENT=0.0 +ROUNDNESS=2 +SPACING=3 +