Changeset 794b5c2 in flowtimer


Ignore:
Timestamp:
08/29/24 19:23:23 (9 months ago)
Author:
Enrico Schwass <ennoausberlin@…>
Branches:
guix
Children:
0384305
Parents:
89b0616
Message:

replace color_list by color_schemes

Location:
flowtimer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • flowtimer/configs/colors.json

    r89b0616 r794b5c2  
    11{
    2     "color_list": [
     2    "color_schemes": [
    33        {
    44            "title": "Completed",
  • flowtimer/main.py

    r89b0616 r794b5c2  
    176176                colors = json.loads(color_file.read())
    177177            print(e)
    178         return colors.get('color_list', [])
     178        return colors.get('color_schemes', [])
    179179
    180180    def change_config(self, json_string):
Note: See TracChangeset for help on using the changeset viewer.