Thread: Color palettes
View Single Post
Old 08-03-2025, 02:15 PM   #62
Far_Pen_6884
Enthusiast
Far_Pen_6884 began at the beginning.
 
Posts: 27
Karma: 10
Join Date: Jul 2025
Device: paperwhite
I wanted a OneDark color palette for Calibre but wasn't able to find one, so I had to create my own. It might not be perfect since it's my first attempt and I haven't spent much time on it. I used this color scheme as a reference. If anyone knows of a better OneDark palette for Calibre, I'd appreciate it if you could share it.

`onedark.calibre-palette`

Code:
{
  "dark": {
    "palette": {
      "AlternateBase": "#282c34",
      "Base": "#282c34",
      "BrightText": "#e86671",
      "BrightText-disabled": "#e86671",
      "Button": "#282c34",
      "ButtonText": "#abb2bf",
      "ButtonText-disabled": "#282c34",
      "Highlight": "#61afef",
      "HighlightedText": "#abb2bf",
      "HighlightedText-disabled": "#282c34",
      "Link": "#73b8f1",
      "LinkVisited": "#c678dd",
      "PlaceholderText": "#282c34",
      "PlaceholderText-disabled": "#282c34",
      "Text": "#abb2bf",
      "Text-disabled": "#282c34",
      "ToolTipBase": "#282c34",
      "ToolTipText": "#abb2bf",
      "ToolTipText-disabled": "#abb2bf",
      "Window": "#282c34",
      "WindowText": "#abb2bf",
      "WindowText-disabled": "#abb2bf"
    },
    "use_custom": true
  },
  "light": {
    "palette": {
      "AlternateBase": "#f0f0f0",
      "Base": "#fafafa",
      "BrightText": "#e45649",
      "BrightText-disabled": "#e45649",
      "Button": "#f0f0f0",
      "ButtonText": "#383a42",
      "ButtonText-disabled": "#a0a1a7",
      "Highlight": "#4078f2",
      "HighlightedText": "#383a42",
      "HighlightedText-disabled": "#a0a1a7",
      "Link": "#68aee8",
      "LinkVisited": "#a626a4",
      "PlaceholderText": "#a0a1a7",
      "PlaceholderText-disabled": "#a0a1a7",
      "Text": "#383a42",
      "Text-disabled": "#a0a1a7",
      "ToolTipBase": "#ffffdc",
      "ToolTipText": "#383a42",
      "ToolTipText-disabled": "#383a42",
      "Window": "#f0f0f0",
      "WindowText": "#383a42",
      "WindowText-disabled": "#383a42"
    },
    "use_custom": false
  }
}
Far_Pen_6884 is offline   Reply With Quote