Thread: Color palettes
View Single Post
Old 07-19-2025, 09:58 AM   #57
dunhill
Guru
dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.
 
dunhill's Avatar
 
Posts: 908
Karma: 810834
Join Date: Sep 2017
Location: Buenos Aires, Argentina
Device: moon+ reader, kindle paperwhite
Quote:
Originally Posted by Rellwood View Post
I was wondering, and I am too lazy to actually do it myself to test it, but does the font and icons get saved as well? Or just the colors?
It doesn't just change the interface colors, not the fonts, if you look at the palette file it looks like this:

Code:
{
  "dark": {
    "palette": {
      "AlternateBase": "#3b332d",
      "Base": "#2e2620",
      "BrightText": "#ffc87c",
      "BrightText-disabled": "#7c5d3c",
      "Button": "#4b4038",
      "ButtonText": "#e5d3c3",
      "ButtonText-disabled": "#a6927e",
      "Highlight": "#cc8b4e",
      "HighlightedText": "#ffd9b3",
      "HighlightedText-disabled": "#a3836b",
      "Link": "#f9bb70",
      "LinkVisited": "#d46f6f",
      "PlaceholderText": "#8c7966",
      "PlaceholderText-disabled": "#5c5045",
      "Text": "#f5e9db",
      "Text-disabled": "#a18b76",
      "ToolTipBase": "#473c33",
      "ToolTipText": "#f5e3c9",
      "ToolTipText-disabled": "#bba084",
      "Window": "#211b17",
      "WindowText": "#dfc7af",
      "WindowText-disabled": "#998471"
    },
    "use_custom": true
  },
  "light": {
    "palette": {
      "AlternateBase": "#f9ede2",
      "Base": "#fffaf4",
      "BrightText": "#b25c1a",
      "BrightText-disabled": "#cda47a",
      "Button": "#dbc8b5",
      "ButtonText": "#3a2d1f",
      "ButtonText-disabled": "#705a45",
      "Highlight": "#d19055",
      "HighlightedText": "#3a2a20",
      "HighlightedText-disabled": "#cbb59c",
      "Link": "#c5793f",
      "LinkVisited": "#a45959",
      "PlaceholderText": "#7d6c5a",
      "PlaceholderText-disabled": "#a69584",
      "Text": "#2b1e12",
      "Text-disabled": "#856e59",
      "ToolTipBase": "#f5e5d5",
      "ToolTipText": "#3f2e1e",
      "ToolTipText-disabled": "#a4876e",
      "Window": "#e9dbcc",
      "WindowText": "#3e2f1f",
      "WindowText-disabled": "#a48770"
    },
    "use_custom": true
  }
}
dunhill is offline   Reply With Quote