diff options
author | Jesús <heckyel@hyperbola.info> | 2019-08-23 23:50:54 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-08-23 23:50:54 -0500 |
commit | 033f79d5f73c0e3a15976e57fcf71c7d2e0aa79b (patch) | |
tree | d9351e6999294f3ed005e821695c3d081fe0b537 /src/xfwm4/themerc | |
download | librix-033f79d5f73c0e3a15976e57fcf71c7d2e0aa79b.tar.lz librix-033f79d5f73c0e3a15976e57fcf71c7d2e0aa79b.tar.xz librix-033f79d5f73c0e3a15976e57fcf71c7d2e0aa79b.zip |
first commit
Diffstat (limited to 'src/xfwm4/themerc')
-rw-r--r-- | src/xfwm4/themerc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/xfwm4/themerc b/src/xfwm4/themerc new file mode 100644 index 0000000..356e211 --- /dev/null +++ b/src/xfwm4/themerc @@ -0,0 +1,23 @@ +# Name: Librix xfwm4 theme +# Author: Satyajit Sahoo <satyajit.happy@gmail.com> +# License: GPL-3.0+ + +active_text_color=#eeeeee +inactive_text_color=#101010 +button_offset=3 +button_spacing=0 +show_app_icon=true +full_width_title=true +maximized_offset=0 +title_horizontal_offset=3 +title_shadow_active=false +title_shadow_inactive=false +title_vertical_offset_active=0 +title_vertical_offset_inactive=0 +title_shadow_active=false +title_shadow_inactive=false +shadow_delta_height=0 +shadow_delta_width=0 +shadow_delta_x=0 +shadow_delta_y=0 +shadow_opacity=30 |