diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-02-19 23:40:47 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-02-19 23:40:47 +0530 |
commit | ff093188fe7450294cf14c6c94caf10f32f9f1b1 (patch) | |
tree | d558d139bbfaafa5d621034ff85dd563f7cfd423 /.themes/oomox-Awkward/gtk-3.20/gtk.gresource.xml | |
parent | 21eea21ac0bc4f8cf1fd637e305c5f3b94218e30 (diff) |
created a gtk oomox theme to match the terminal
Diffstat (limited to '.themes/oomox-Awkward/gtk-3.20/gtk.gresource.xml')
-rw-r--r-- | .themes/oomox-Awkward/gtk-3.20/gtk.gresource.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/.themes/oomox-Awkward/gtk-3.20/gtk.gresource.xml b/.themes/oomox-Awkward/gtk-3.20/gtk.gresource.xml new file mode 100644 index 00000000..a223dbf0 --- /dev/null +++ b/.themes/oomox-Awkward/gtk-3.20/gtk.gresource.xml @@ -0,0 +1,35 @@ +<?xml version='1.0' encoding='UTF-8'?> +<gresources> + <gresource prefix='/org/numixproject/gtk-3.20'> + <file preprocess='to-pixdata'>assets/checkbox-checked-insensitive.svg</file> + <file preprocess='to-pixdata'>assets/checkbox-checked.svg</file> + <file preprocess='to-pixdata'>assets/checkbox-mixed-insensitive.svg</file> + <file preprocess='to-pixdata'>assets/checkbox-mixed.svg</file> + <file preprocess='to-pixdata'>assets/grid-selection-checked.svg</file> + <file preprocess='to-pixdata'>assets/grid-selection-unchecked.svg</file> + <file preprocess='to-pixdata'>assets/menuitem-checkbox-checked-hover.svg</file> + <file preprocess='to-pixdata'>assets/menuitem-checkbox-checked-insensitive.svg</file> + <file preprocess='to-pixdata'>assets/menuitem-checkbox-checked.svg</file> + <file preprocess='to-pixdata'>assets/menuitem-checkbox-unchecked.svg</file> + <file preprocess='to-pixdata'>assets/menuitem-checkbox-mixed-hover.svg</file> + <file preprocess='to-pixdata'>assets/menuitem-checkbox-mixed-selected.svg</file> + <file preprocess='to-pixdata'>assets/menuitem-checkbox-mixed-insensitive.svg</file> + <file preprocess='to-pixdata'>assets/menuitem-checkbox-mixed.svg</file> + <file preprocess='to-pixdata'>assets/menuitem-radio-checked-hover.svg</file> + <file preprocess='to-pixdata'>assets/menuitem-radio-checked-insensitive.svg</file> + <file preprocess='to-pixdata'>assets/menuitem-radio-checked.svg</file> + <file preprocess='to-pixdata'>assets/menuitem-radio-unchecked.svg</file> + <file preprocess='to-pixdata'>assets/menuitem-radio-mixed-hover.svg</file> + <file preprocess='to-pixdata'>assets/menuitem-radio-mixed-selected.svg</file> + <file preprocess='to-pixdata'>assets/menuitem-radio-mixed-insensitive.svg</file> + <file preprocess='to-pixdata'>assets/menuitem-radio-mixed.svg</file> + <file preprocess='to-pixdata'>assets/radio-checked-insensitive.svg</file> + <file preprocess='to-pixdata'>assets/radio-checked.svg</file> + <file preprocess='to-pixdata'>assets/radio-mixed-insensitive.svg</file> + <file preprocess='to-pixdata'>assets/radio-mixed.svg</file> + <file preprocess='to-pixdata'>assets/pane-handle.png</file> + <file preprocess='to-pixdata'>assets/pane-handle@2.png</file> + <file>dist/gtk.css</file> + <file>dist/gtk-dark.css</file> + </gresource> +</gresources> |