ui: rework sidebar heading

This commit is contained in:
Jean-Philippe Sirois
2020-09-02 07:38:55 -04:00
parent 3b9f0c6367
commit 850471394e
4 changed files with 47 additions and 20 deletions
+2 -2
View File
@@ -30,12 +30,12 @@ export const darkTheme: ITheme = {
...baseColors,
name: "dark",
sidebar: {
background: "#22323f",
background: "#19222A",
foreground: "#FFFFFF",
active: "#00FCFF",
},
main: {
background: "#16212b",
background: "#202C36",
foreground: "#FFFFFF",
link: "#04B0A6",
},