This repository has been archived on 2020-12-20. You can view files and clone it, but cannot push or open issues or pull requests.
aurora-sharp-desktop/Aurora/App.css

11 lines
151 B
CSS
Raw Permalink Normal View History

2019-12-23 04:58:29 +00:00
.primaryColor {
2019-12-24 01:07:07 +00:00
background-color: #000000;
2019-12-23 04:58:29 +00:00
}
.accentColor {
2019-12-24 01:07:07 +00:00
background-color: #181818;
2019-12-23 17:23:51 +00:00
}
.secondAccentColor {
2019-12-24 01:07:07 +00:00
background-color: #303030
2019-12-23 04:58:29 +00:00
}