Ripcord Dev Logo Ripcord Development — Update of "Custom_Themes" Login or Create Account

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: dcc567e532a53e3ba767f38f65223a5b67965f49
Page Name:Custom_Themes
Date: 2018-10-16 13:40:00
Original User: cancel
Mimetype:text/x-markdown
Parent: e73f5c7b7645d008c8aa958837c9ec00d5bbc4ef (diff)
Next 328aaa0883062eaf686e89f62aa1b1e5d87e7e21
Content

Ripcord now supports loading a custom theme from a json file (eventually it will be in the GUI).

Create a file custom_theme.json alongside your settings.ini file, and put this text into it:

{
    "alternate_base": "#29292b",
    "base": "#2e2f31",
    "bright_text": "#ffffff",
    "button": "#3d3e43",
    "chat_timestamp": "#494b4e",
    "disabled_button": "#393a3e",
    "disabled_icon": "#a4a6a8",
    "disabled_text": "#a4a6a8",
    "highlight": "#bfc7d5",
    "highlighted_text": "#2d2c27",
    "icon": "#d0d1d4",
    "shadow": "#2e2f31",
    "text": "#d0d1d4",
    "unread_badge": "#d0d1d4",
    "unread_badge_text": "#2d2c27",
    "window": "#3c3d40"
}

These are the same colors as the default Carbon theme. When Ripcord starts up, if the file is detected and parsed correctly, it will be used instead of whatever theme you've chosen in the preferences GUI. If you make any changes to the custom_theme.json file, you'll need to restart Ripcord to see those changes.