aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/theme.ts
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2021-03-07 22:09:41 +0100
committerGitHub <noreply@github.com>2021-03-07 22:09:41 +0100
commit501e1678b2af280300a4c35d762c54379e3142e4 (patch)
tree8577cf83b4d661184b9e38b17fee9652daf4b153 /webui/src/theme.ts
parent2a21b02af157275e20c4ce6d308b45f9a3d7ebaf (diff)
parentc2c5c40e752663e238bdd29c54d3a5634ba9615c (diff)
downloadgit-bug-501e1678b2af280300a4c35d762c54379e3142e4.tar.gz
Merge pull request #588 from GlancingMind/upstream-dark-colorscheme
Dark Colorscheme
Diffstat (limited to 'webui/src/theme.ts')
-rw-r--r--webui/src/theme.ts11
1 files changed, 0 insertions, 11 deletions
diff --git a/webui/src/theme.ts b/webui/src/theme.ts
deleted file mode 100644
index d41cd731..00000000
--- a/webui/src/theme.ts
+++ /dev/null
@@ -1,11 +0,0 @@
-import { createMuiTheme } from '@material-ui/core/styles';
-
-const theme = createMuiTheme({
- palette: {
- primary: {
- main: '#263238',
- },
- },
-});
-
-export default theme;