Commit graph

26 commits

Author SHA1 Message Date
0xMRTT
76c886e3f5
fix: #823 2023-09-16 08:14:59 +02:00
0xMRTT
74c59f8147
fix: add G45 shell 2023-09-04 23:43:52 +02:00
tfuxu
f234ac39e6
Merge branch 'main' into refactor-shell 2023-08-16 17:21:54 +00:00
0c5947ec43 fix: indent lol 2023-08-15 22:11:07 +02:00
be6f252c5c feat: set legacy theme to adw-gtk3 2023-08-15 22:10:03 +02:00
Himadri Bhattacharjee
eafe746b66 fix: use predefined attribuite for main SCSS theme source 2023-08-15 09:22:48 +05:30
Himadri Bhattacharjee
dd82ace409 fix: dict is not callable 2023-08-15 08:35:48 +05:30
Himadri Bhattacharjee
925b9931d2 refactor 2023-08-15 08:29:54 +05:30
893b3e0082
feat: Add thumbnail named colors to Monet 2023-06-08 01:23:04 +03:00
b55eecbdb4
fix: GTK3 headerbars when using Monet (temporary) 2023-06-08 01:18:51 +03:00
tfuxu
e412a2c537
GNOME Shell theming support (#679)
Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
Co-authored-by: 0xMRTT <0xMRTT@evta.fr>
Co-authored-by: 0xMRTT <0xMRTT@proton.me>
Co-authored-by: daudix-UFO <ddaudix@gmail.com>
2023-05-04 13:24:18 +00:00
fa23ebe127 fix: Replace comments text in preset_utils.py
Really, why use slang in code comments?
2023-04-04 01:31:05 +03:00
salarua
456ed8cdf4 fix(preset_utils.py): Improve error/destructive contrasts
Fixes #425
2023-04-03 15:03:04 -07:00
ac4e68f970 fix: Destructive colors in Monet 2023-02-24 18:11:38 +03:00
4bc2cb408f feat: Improve Monet palette generation
Use less saturated colors more similar to original M3, make all objects
distinguishable and fix various issues such as black card and headerbar
outlines
2023-02-24 17:22:48 +03:00
tfuxu
2c5f9925e1
backend/theming: enforce hex format in Monet generated variables
Unless alpha parameter is specified.
2023-01-05 21:07:30 +01:00
tfuxu
d5fa02b2a6
linting: fix a majority of coding errors pointed by pylint 2022-12-27 21:28:58 +01:00
tfuxu
38e790c595
codebase: update some logger messages to utilize new exc option 2022-12-26 22:26:14 +01:00
tfuxu
67fe7edddb
backend/theming: fix get_presets_list function misbehaving with full_list param
Fix get_presets_list function in preset_utils module returning preset list only from first directory when enabled using full_list parameter.
2022-12-25 18:40:03 +01:00
tfuxu
dfb6104e1e
app: improve exception handling, remove duplicate code
* modify `get_presets_list` function from theming/preset_utils module
2022-12-22 01:11:19 +01:00
tfuxu
8f37888d03
backend/utils: add new utility function: argb_to_color_code
This function is supposed to deprecate current `rgba_from_argb` function.

Other changes:
* fix some debug messages using print instead of logging.debug
* add datadir as a constant
2022-12-21 15:44:44 +01:00
tfuxu
d3df5c37da
backend: change the structure of log messages, and move preset listing function to backend
* add ability to name modules in logger object,
* slightly clean PresetDownloader class and return exceptions on error encounters
2022-12-17 18:42:29 +01:00
tfuxu
7c1a29561d
frontend/cli: add rudimentary logic code for apply, download and flatpak_theming commands 2022-12-11 13:23:12 +01:00
tfuxu
527a9dc90f
backend: seperate JSON encoding in Preset module to a new function
* add more checks in new_preset_from_monet function
* return full Preset object instead of dict data
* remove some unused code
2022-12-10 15:21:13 +01:00
tfuxu
e1e244db72
backend/theming: move apply, restore and reset preset functions to backend 2022-12-09 00:12:02 +01:00
tfuxu
22f476f766
backend: create new modules for preset generation utilities 2022-12-08 14:05:38 +01:00