Obsidian Theme request

Hey, I was wondering if someone would be able to make a custom theme using the same the theme “Solarized” light as a base but with this color theme :
2023-04-16 15_57_58-Tableau synthétique des 3 régimes totalitaires
If someone coult to this it would be amazing !

Something like this?

.theme-light {
    --accent-h: 18;
    --accent-s: 53%;
    --accent-l: 62%;

  --color-base-00: #fff4e6;
  --color-base-05: rgb(246, 228, 210);
  --color-base-10: #fbe9d8;
  --color-base-20: #fae7d7;
  --color-base-25: #7b4d3a14;
  --color-base-30: #8b340f1c;
  --color-base-35: #e4beab;
  --color-base-40: #d6ab95;
  --color-base-50: #b58872;
  --color-base-60:  #8d9786;
  --color-base-70:  #778276;
  --color-base-100: #697268;
  --h1-color: #8d9677;
  --h2-color: #8d9677;
  --h3-color: #8d9677;
  --h4-color: #8d9677;
  --h5-color: #8d9677;
  --h6-color: #8d9677;
  --color-red: #dc322f;
    --color-green-rgb: 133, 153, 0;
    --color-green: #859900;
    --color-orange-rgb: 203, 75, 22;
    --color-orange: #cb4b16;
    --color-yellow-rgb: 181, 137, 0;
    --color-yellow: #b58900;
    --color-cyan-rgb: 42, 161, 152;
    --color-cyan: #2aa198;
    --color-blue-rgb: 38, 139, 210;
    --color-blue: #268bd2;
    --color-purple-rgb:108, 113, 196;
    --color-purple: #6c71c4;
    --color-pink-rgb: 211, 54, 130;
    --color-pink: #d33682;
}

Moved from Plugin Ideas to Help.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.