summaryrefslogtreecommitdiff
path: root/src/theme.py
diff options
context:
space:
mode:
authorChandler J <cjustice2000@gmail.com>2024-04-13 13:44:44 -0600
committerChandler J <cjustice2000@gmail.com>2024-04-13 13:44:44 -0600
commitfba95abb417e0907c6148b61acae791ae01adb28 (patch)
tree9c2bd4356857069d7c40a947bedc346bbf101ecd /src/theme.py
parentd1f74e783cd9af20a81e86783e0b7fe23371e208 (diff)
more smarter and better
Diffstat (limited to 'src/theme.py')
-rw-r--r--src/theme.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/theme.py b/src/theme.py
deleted file mode 100644
index 4bda7e1..0000000
--- a/src/theme.py
+++ /dev/null
@@ -1,12 +0,0 @@
-
-class Theme:
- def __init__(self, colors, comp_colors, wallpaper):
- self.colors = colors
- self.comp_colors = comp_colors
- self.wallpaper = wallpaper
- def toDict(self):
- return {
- "colors" : self.colors,
- "comp_colors": self.comp_colors,
- "wallpaper" : self.wallpaper
- }