pvbemu/app/theme/dark.css

14 lines
353 B
CSS

:root {
--background : #222222;
--border-dark : #555555;
--border-light : #999999;
--border-weak : #666666;
--border-strong : #999999;
--button : #444444;
--button-hover : #4c4c4c;
--button-pressed: #555555;
--focus-ring : #0099ff;
--shadow : #00000080;
--text : #cccccc;
}