dbgate/packages/web/public/theme-dark.css

9 lines
201 B
CSS
Raw Normal View History

2021-02-20 09:40:29 +00:00
.theme-dark {
2021-02-20 18:37:19 +00:00
--theme-icon-blue: #3c9ae8;
--theme-icon-green: #8fd460;
--theme-icon-red: #e84749;
--theme-icon-gold: #e8b339;
--theme-icon-yellow: #e8d639;
--theme-icon-magenta: #e0529c;
2021-02-20 09:40:29 +00:00
}