Skip to content

Instantly share code, notes, and snippets.

@xypnox
Last active February 28, 2024 07:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xypnox/38a620c5ea2ac3141a26f24048d38fdf to your computer and use it in GitHub Desktop.
Save xypnox/38a620c5ea2ac3141a26f24048d38fdf to your computer and use it in GitHub Desktop.
Sample themes

Extra Extra themes for Themescura

Try themes at: Customize - xypnox.com

Faleded

Screenshot 2024-02-15 at 00-40-05 Customize

{
  "name": "Faleded",
  "id": "s2Ge1q8g97SYUhZfZ8qI7",
  "base": {
    "border": {
      "radius": "6px"
    },
    "font": {
      "family": "Averia Sans Libre"
    }
  },
  "card": "solid",
  "vars": {
    "light": {
      "primary": "#b55800",
      "secondary": "#c4632b",
      "background": "#d4d4d4",
      "surface": "#ffffff2b",
      "text": "#636363"
    },
    "dark": {
      "primary": "#ed834e",
      "secondary": "#eb6565",
      "background": "#1a1a1a",
      "surface": "#3b3b3b4c",
      "text": "#7d7d7d"
    }
  }
}

MinimalX

{
  "name": "MinimalX",
  "id": "Uvkn1idMYppP3rFleE__u",
  "base": {
    "border": {
      "radius": "6px"
    },
    "font": {
      "family": "Inter"
    }
  },
  "card": "transparent",
  "vars": {
    "light": {
      "primary": "#222",
      "secondary": "#6e6e6e",
      "background": "#dbdbdb",
      "surface": "#ffffff3d",
      "text": "#474747"
    },
    "dark": {
      "primary": "#ffffff",
      "secondary": "#999999",
      "background": "#1f1e1e",
      "surface": "#47474751",
      "text": "#cccccc"
    }
  }
}

utopia-fyi

{
  "name": "utopia-fyi",
  "id": "a9Vh89uIGdiRB_AXV5-4S",
  "base": {
    "border": {
      "radius": "0px"
    },
    "font": {
      "family": "EB Garamond"
    }
  },
  "card": "border",
  "vars": {
    "light": {
      "primary": "#857047",
      "secondary": "#002b47",
      "background": "#ffffff",
      "surface": "#a9b6c435",
      "text": "#032b45"
    },
    "dark": {
      "primary": "#cca762",
      "secondary": "#e5e9eb",
      "background": "#001f35",
      "surface": "#ffffff14",
      "text": "#93a7b5"
    }
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment