Skip to content

Commit

Permalink
fix: reverse rainbow coloring order (#69)
Browse files Browse the repository at this point in the history
* fix: reverse direction of rainbow colors for indent_aware coloring

* feat: indent_aware accent is slightly transparent

* feat: reverse players rainbow color ordering
  • Loading branch information
tecandrew authored Jan 8, 2025
1 parent 22aff66 commit 7ab900f
Show file tree
Hide file tree
Showing 3 changed files with 203 additions and 203 deletions.
200 changes: 100 additions & 100 deletions themes/catppuccin-mauve.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"appearance": "light",
"style": {
"accents": [
"#b71c43ff",
"#da601eff",
"#c1822cff",
"#429037ff",
"#298fa6ff",
"#6a7cdfff",
"#7c3ed4ff"
"#7c3ed466",
"#6a7cdf66",
"#298fa666",
"#42903766",
"#c1822c66",
"#da601e66",
"#b71c4366"
],
"background.appearance": "opaque",
"border": "#ccd0da",
Expand Down Expand Up @@ -162,39 +162,39 @@
"background": "#dc8a78"
},
{
"cursor": "#b71c43",
"selection": "#b71c4333",
"background": "#b71c43"
"cursor": "#7c3ed4",
"selection": "#7c3ed433",
"background": "#7c3ed4"
},
{
"cursor": "#da601e",
"selection": "#da601e33",
"background": "#da601e"
"cursor": "#6a7cdf",
"selection": "#6a7cdf33",
"background": "#6a7cdf"
},
{
"cursor": "#c1822c",
"selection": "#c1822c33",
"background": "#c1822c"
"cursor": "#298fa6",
"selection": "#298fa633",
"background": "#298fa6"
},
{
"cursor": "#429037",
"selection": "#42903733",
"background": "#429037"
},
{
"cursor": "#298fa6",
"selection": "#298fa633",
"background": "#298fa6"
"cursor": "#c1822c",
"selection": "#c1822c33",
"background": "#c1822c"
},
{
"cursor": "#6a7cdf",
"selection": "#6a7cdf33",
"background": "#6a7cdf"
"cursor": "#da601e",
"selection": "#da601e33",
"background": "#da601e"
},
{
"cursor": "#7c3ed4",
"selection": "#7c3ed433",
"background": "#7c3ed4"
"cursor": "#b71c43",
"selection": "#b71c4333",
"background": "#b71c43"
}
],
"syntax": {
Expand Down Expand Up @@ -701,13 +701,13 @@
"appearance": "dark",
"style": {
"accents": [
"#e1929bff",
"#e7a98fff",
"#dfcaa4ff",
"#add19fff",
"#92c4e1ff",
"#bdc0f2ff",
"#caa8e9ff"
"#caa8e966",
"#bdc0f266",
"#92c4e166",
"#add19f66",
"#dfcaa466",
"#e7a98f66",
"#e1929b66"
],
"background.appearance": "opaque",
"border": "#414559",
Expand Down Expand Up @@ -855,39 +855,39 @@
"background": "#f2d5cf"
},
{
"cursor": "#e1929b",
"selection": "#e1929b33",
"background": "#e1929b"
"cursor": "#caa8e9",
"selection": "#caa8e933",
"background": "#caa8e9"
},
{
"cursor": "#e7a98f",
"selection": "#e7a98f33",
"background": "#e7a98f"
"cursor": "#bdc0f2",
"selection": "#bdc0f233",
"background": "#bdc0f2"
},
{
"cursor": "#dfcaa4",
"selection": "#dfcaa433",
"background": "#dfcaa4"
"cursor": "#92c4e1",
"selection": "#92c4e133",
"background": "#92c4e1"
},
{
"cursor": "#add19f",
"selection": "#add19f33",
"background": "#add19f"
},
{
"cursor": "#92c4e1",
"selection": "#92c4e133",
"background": "#92c4e1"
"cursor": "#dfcaa4",
"selection": "#dfcaa433",
"background": "#dfcaa4"
},
{
"cursor": "#bdc0f2",
"selection": "#bdc0f233",
"background": "#bdc0f2"
"cursor": "#e7a98f",
"selection": "#e7a98f33",
"background": "#e7a98f"
},
{
"cursor": "#caa8e9",
"selection": "#caa8e933",
"background": "#caa8e9"
"cursor": "#e1929b",
"selection": "#e1929b33",
"background": "#e1929b"
}
],
"syntax": {
Expand Down Expand Up @@ -1394,13 +1394,13 @@
"appearance": "dark",
"style": {
"accents": [
"#e696a9ff",
"#ecb197ff",
"#e6d4b0ff",
"#add8a8ff",
"#8cc7e7ff",
"#bac1f7ff",
"#c6aaf6ff"
"#c6aaf666",
"#bac1f766",
"#8cc7e766",
"#add8a866",
"#e6d4b066",
"#ecb19766",
"#e696a966"
],
"background.appearance": "opaque",
"border": "#363a4f",
Expand Down Expand Up @@ -1548,39 +1548,39 @@
"background": "#f4dbd6"
},
{
"cursor": "#e696a9",
"selection": "#e696a933",
"background": "#e696a9"
"cursor": "#c6aaf6",
"selection": "#c6aaf633",
"background": "#c6aaf6"
},
{
"cursor": "#ecb197",
"selection": "#ecb19733",
"background": "#ecb197"
"cursor": "#bac1f7",
"selection": "#bac1f733",
"background": "#bac1f7"
},
{
"cursor": "#e6d4b0",
"selection": "#e6d4b033",
"background": "#e6d4b0"
"cursor": "#8cc7e7",
"selection": "#8cc7e733",
"background": "#8cc7e7"
},
{
"cursor": "#add8a8",
"selection": "#add8a833",
"background": "#add8a8"
},
{
"cursor": "#8cc7e7",
"selection": "#8cc7e733",
"background": "#8cc7e7"
"cursor": "#e6d4b0",
"selection": "#e6d4b033",
"background": "#e6d4b0"
},
{
"cursor": "#bac1f7",
"selection": "#bac1f733",
"background": "#bac1f7"
"cursor": "#ecb197",
"selection": "#ecb19733",
"background": "#ecb197"
},
{
"cursor": "#c6aaf6",
"selection": "#c6aaf633",
"background": "#c6aaf6"
"cursor": "#e696a9",
"selection": "#e696a933",
"background": "#e696a9"
}
],
"syntax": {
Expand Down Expand Up @@ -2087,13 +2087,13 @@
"appearance": "dark",
"style": {
"accents": [
"#eb9ab7ff",
"#f1ba9dff",
"#f0e0bdff",
"#aee1b2ff",
"#86caeeff",
"#b9c3fcff",
"#cbb0f7ff"
"#cbb0f766",
"#b9c3fc66",
"#86caee66",
"#aee1b266",
"#f0e0bd66",
"#f1ba9d66",
"#eb9ab766"
],
"background.appearance": "opaque",
"border": "#313244",
Expand Down Expand Up @@ -2241,39 +2241,39 @@
"background": "#f5e0dc"
},
{
"cursor": "#eb9ab7",
"selection": "#eb9ab733",
"background": "#eb9ab7"
"cursor": "#cbb0f7",
"selection": "#cbb0f733",
"background": "#cbb0f7"
},
{
"cursor": "#f1ba9d",
"selection": "#f1ba9d33",
"background": "#f1ba9d"
"cursor": "#b9c3fc",
"selection": "#b9c3fc33",
"background": "#b9c3fc"
},
{
"cursor": "#f0e0bd",
"selection": "#f0e0bd33",
"background": "#f0e0bd"
"cursor": "#86caee",
"selection": "#86caee33",
"background": "#86caee"
},
{
"cursor": "#aee1b2",
"selection": "#aee1b233",
"background": "#aee1b2"
},
{
"cursor": "#86caee",
"selection": "#86caee33",
"background": "#86caee"
"cursor": "#f0e0bd",
"selection": "#f0e0bd33",
"background": "#f0e0bd"
},
{
"cursor": "#b9c3fc",
"selection": "#b9c3fc33",
"background": "#b9c3fc"
"cursor": "#f1ba9d",
"selection": "#f1ba9d33",
"background": "#f1ba9d"
},
{
"cursor": "#cbb0f7",
"selection": "#cbb0f733",
"background": "#cbb0f7"
"cursor": "#eb9ab7",
"selection": "#eb9ab733",
"background": "#eb9ab7"
}
],
"syntax": {
Expand Down
Loading

0 comments on commit 7ab900f

Please sign in to comment.