pvbemu/app/theme/light.css

13 lines
350 B
CSS

:root {
--control : #eeeeee;
--control-focus : #cccccc;
--control-shadow : #999999;
--desktop : #cccccc;
--text : #000000;
--window-blur : #cccccc;
--window-blur-text : #444444;
--window-close-text: #444444;
--window-focus : #80ccff;
--window-focus-text: #000000;
}