sass: Export opaque titlebar text colors for xfwm4
Not for GTK, just to reuse in xfwm4 themerc easily.
Not for GTK, just to reuse in xfwm4 themerc easily.
by roundabout, Sunday, 29 March 2020, 07:17:49 (1585466269), pushed by roundabout, Sunday, 11 May 2025, 13:22:51 (1746969771)
Author identity: nana-4 <hnmaigo@gmail.com>
2c7005b98d0ca3065d2140736d2c33da8423bbe9
@define-color wm_highlight rgba(255, 255, 255, 0.1);
@define-color wm_bg #383838;
@define-color wm_unfocused_bg #303030;
@define-color xfwm4_title #e5e5e5;
@define-color xfwm4_unfocused_title #acacac;
/*
FIXME this is really an API */
@define-color content_view_bg #ffffff;
@define-color wm_highlight rgba(255, 255, 255, 0.1);
@define-color wm_bg #2d2d2d;
@define-color wm_unfocused_bg #242424;
@define-color xfwm4_title #e4e4e4;
@define-color xfwm4_unfocused_title #a7a7a7;
/*
FIXME this is really an API */
@define-color content_view_bg #242424;
@define-color wm_highlight rgba(255, 255, 255, 0.1);
@define-color wm_bg #2d2d2d;
@define-color wm_unfocused_bg #242424;
@define-color xfwm4_title #e4e4e4;
@define-color xfwm4_unfocused_title #a7a7a7;
/*
FIXME this is really an API */
@define-color content_view_bg #242424;
@define-color wm_highlight rgba(255, 255, 255, 0.4);
@define-color wm_bg #e0e0e0;
@define-color wm_unfocused_bg #d6d6d6;
@define-color xfwm4_title #1d1d1d;
@define-color xfwm4_unfocused_title #565656;
/*
FIXME this is really an API */
@define-color content_view_bg #ffffff;
@define-color wm_highlight rgba(255, 255, 255, 0.4);
@define-color wm_bg #e0e0e0;
@define-color wm_unfocused_bg #d6d6d6;
@define-color xfwm4_title #1d1d1d;
@define-color xfwm4_unfocused_title #565656;
/*
FIXME this is really an API */
@define-color content_view_bg #ffffff;
@define-color wm_highlight rgba(255, 255, 255, 0.1);
@define-color wm_bg #383838;
@define-color wm_unfocused_bg #303030;
@define-color xfwm4_title #e5e5e5;
@define-color xfwm4_unfocused_title #acacac;
/*
FIXME this is really an API */
@define-color content_view_bg #ffffff;
@define-color wm_bg #{"" + $titlebar};
@define-color wm_unfocused_bg #{"" + $titlebar-backdrop};
// To export opaque text colors for xfwm4 themerc using Sass.
@define-color xfwm4_title #{"" + opacify($titlebar-text, $titlebar)};
@define-color xfwm4_unfocused_title #{"" + opacify($titlebar-text2, $titlebar-backdrop)};
/*
FIXME this is really an API */
@define-color content_view_bg #{"" + $base};