view gtk-4.4/gtk-minimal.css @ 105:94ce48857c6d

Fix up GTK 3.24 * Fix DConf Editor path bar * Fix Fractal text box * Improve Fractal conversation colouring * Update Nautilus to new header bar * Remove border radius on `window`, which was causing some odd rendering issues (even though it seemed to fix some headerbar corner issues)
author IBBoard <dev@ibboard.co.uk>
date Thu, 21 Apr 2022 17:17:53 +0100
parents 52522384054f
children 763cdfeaf613
line wrap: on
line source

/* Accent Colors */
@define-color accent_color #5E7F3E;
@define-color accent_bg_color #5E7F3E;
@define-color accent_fg_color #ffffff;
/* Window Colors */
@define-color window_bg_color #C6C6C6;
@define-color window_fg_color #161616;
/* View Colors */
@define-color view_bg_color #F0F0F0;
@define-color view_fg_color black;
/* Header Bar Colors */
@define-color headerbar_bg_color #3D3D3D;
@define-color headerbar_fg_color #fff;
@define-color headerbar_backdrop_color #3D3D3D;
/* Card Colors */
@define-color card_bg_color #e1e1e1;
@define-color card_fg_color #161616;
@define-color card_shade_color #161616;
/* Popover Colors */
@define-color popover_bg_color #C6C6C6;
@define-color popover_fg_color #161616;
/* Fix the avatar shape */
avatar { border-radius: 4px; }

list button { border: 1px @borders solid; }