pvbemu/app/theme/dark.css

12 lines
349 B
CSS
Raw Normal View History

2021-08-23 23:56:36 +00:00
:root {
2021-08-26 19:23:18 +00:00
--control : #222222;
--control-focus : #444444;
--control-shadow : #999999;
--desktop : #111111;
--text : #cccccc;
--window-blur : #555555;
--window-blur-text : #cccccc;
--window-close-text: #cccccc;
--window-focus : #007ACC;
--window-focus-text: #ffffff;
}