diff options
| author | Chandler J <cjustice2000@gmail.com> | 2024-04-13 13:44:44 -0600 |
|---|---|---|
| committer | Chandler J <cjustice2000@gmail.com> | 2024-04-13 13:44:44 -0600 |
| commit | fba95abb417e0907c6148b61acae791ae01adb28 (patch) | |
| tree | 9c2bd4356857069d7c40a947bedc346bbf101ecd /src/theme.py | |
| parent | d1f74e783cd9af20a81e86783e0b7fe23371e208 (diff) | |
more smarter and better
Diffstat (limited to 'src/theme.py')
| -rw-r--r-- | src/theme.py | 12 |
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 - } |
