Skip to content

custom_theme not working #360

@Bishwaroopchaitali

Description

@Bishwaroopchaitali

despite trying everything, reinstalling clipse, I can't use any other color scheme than the default one included

I installed this on fedora 42 via copr repo provided in README.md

these are my configs

config.json:
{
"allowDuplicates": false,
"historyFile": "clipboard_history.json",
"maxHistory": 100,
"logFile": "clipse.log",
"themeFile": "custom_theme.json",
"tempDir": "tmp_files"
}

custom_theme.json
{
"useCustom": true,
"TitleFore": "#003259",
"TitleBack": "#a1cafd",
"TitleInfo": "#d7bee4",
"NormalTitle": "#e1e2e8",
"DimmedTitle": "#c3c6cf",
"SelectedTitle": "#d7bee4",
"NormalDesc": "#c3c6cf",
"DimmedDesc": "#c3c6cf",
"SelectedDesc": "#d7bee4",
"StatusMsg": "#bbc7db",
"PinIndicatorColor": "#d7bee4",
"SelectedBorder": "#d7bee4",
"SelectedDescBorder": "#d7bee4",
"FilteredMatch": "#e1e2e8",
"FilterPrompt": "#bbc7db",
"FilterInfo": "#d7bee4",
"FilterText": "#e1e2e8",
"FilterCursor": "#d7bee4",
"HelpKey": "#8d9199",
"HelpDesc": "#c3c6cf",
"PageActiveDot": "#d7bee4",
"PageInactiveDot": "#c3c6cf",
"DividerDot": "#d7bee4",
"PreviewedText": "#e1e2e8",
"PreviewBorder": "#d7bee4"
}

what is the problem? why am I not getting a custom theme

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions