Remove # from catppuccin hex colors

We decided it's far easier to add a missing # than substr to remove on

Change-Id: Iffba42c2b7442c357fac53222c9b875f5830efdf
Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/389
Tested-by: Skyler Grey <minion@clicks.codes>
Reviewed-by: Samuel Shuert <coded@clicks.codes>
diff --git a/modules/home/catppuccin/default.nix b/modules/home/catppuccin/default.nix
index d705e57..c8f1c2e 100644
--- a/modules/home/catppuccin/default.nix
+++ b/modules/home/catppuccin/default.nix
@@ -54,7 +54,7 @@
       catppuccinColors = {
         Latte = {
           Rosewater = {
-            hex = "#dc8a78";
+            hex = "dc8a78";
             rgb = {
               r = 220;
               g = 138;
@@ -67,7 +67,7 @@
             };
           };
           Flamingo = {
-            hex = "#dd7878";
+            hex = "dd7878";
             rgb = {
               r = 221;
               g = 120;
@@ -80,7 +80,7 @@
             };
           };
           Pink = {
-            hex = "#ea76cb";
+            hex = "ea76cb";
             rgb = {
               r = 234;
               g = 118;
@@ -93,7 +93,7 @@
             };
           };
           Mauve = {
-            hex = "#8839ef";
+            hex = "8839ef";
             rgb = {
               r = 136;
               g = 57;
@@ -106,7 +106,7 @@
             };
           };
           Red = {
-            hex = "#d20f39";
+            hex = "d20f39";
             rgb = {
               r = 210;
               g = 15;
@@ -119,7 +119,7 @@
             };
           };
           Maroon = {
-            hex = "#e64553";
+            hex = "e64553";
             rgb = {
               r = 230;
               g = 69;
@@ -132,7 +132,7 @@
             };
           };
           Peach = {
-            hex = "#fe640b";
+            hex = "fe640b";
             rgb = {
               r = 254;
               g = 100;
@@ -145,7 +145,7 @@
             };
           };
           Yellow = {
-            hex = "#df8e1d";
+            hex = "df8e1d";
             rgb = {
               r = 223;
               g = 142;
@@ -158,7 +158,7 @@
             };
           };
           Green = {
-            hex = "#40a02b";
+            hex = "40a02b";
             rgb = {
               r = 64;
               g = 160;
@@ -171,7 +171,7 @@
             };
           };
           Teal = {
-            hex = "#179299";
+            hex = "179299";
             rgb = {
               r = 23;
               g = 146;
@@ -184,7 +184,7 @@
             };
           };
           Sky = {
-            hex = "#04a5e5";
+            hex = "04a5e5";
             rgb = {
               r = 4;
               g = 165;
@@ -197,7 +197,7 @@
             };
           };
           Sapphire = {
-            hex = "#209fb5";
+            hex = "209fb5";
             rgb = {
               r = 32;
               g = 159;
@@ -210,7 +210,7 @@
             };
           };
           Blue = {
-            hex = "#1e66f5";
+            hex = "1e66f5";
             rgb = {
               r = 30;
               g = 102;
@@ -223,7 +223,7 @@
             };
           };
           Lavender = {
-            hex = "#7287fd";
+            hex = "7287fd";
             rgb = {
               r = 114;
               g = 135;
@@ -236,7 +236,7 @@
             };
           };
           Text = {
-            hex = "#4c4f69";
+            hex = "4c4f69";
             rgb = {
               r = 76;
               g = 79;
@@ -249,7 +249,7 @@
             };
           };
           Subtext1 = {
-            hex = "#5c5f77";
+            hex = "5c5f77";
             rgb = {
               r = 92;
               g = 95;
@@ -262,7 +262,7 @@
             };
           };
           Subtext0 = {
-            hex = "#6c6f85";
+            hex = "6c6f85";
             rgb = {
               r = 108;
               g = 111;
@@ -275,7 +275,7 @@
             };
           };
           Overlay2 = {
-            hex = "#7c7f93";
+            hex = "7c7f93";
             rgb = {
               r = 124;
               g = 127;
@@ -288,7 +288,7 @@
             };
           };
           Overlay1 = {
-            hex = "#8c8fa1";
+            hex = "8c8fa1";
             rgb = {
               r = 140;
               g = 143;
@@ -301,7 +301,7 @@
             };
           };
           Overlay0 = {
-            hex = "#9ca0b0";
+            hex = "9ca0b0";
             rgb = {
               r = 156;
               g = 160;
@@ -314,7 +314,7 @@
             };
           };
           Surface2 = {
-            hex = "#acb0be";
+            hex = "acb0be";
             rgb = {
               r = 172;
               g = 176;
@@ -327,7 +327,7 @@
             };
           };
           Surface1 = {
-            hex = "#bcc0cc";
+            hex = "bcc0cc";
             rgb = {
               r = 188;
               g = 192;
@@ -340,7 +340,7 @@
             };
           };
           Surface0 = {
-            hex = "#ccd0da";
+            hex = "ccd0da";
             rgb = {
               r = 204;
               g = 208;
@@ -353,7 +353,7 @@
             };
           };
           Base = {
-            hex = "#eff1f5";
+            hex = "eff1f5";
             rgb = {
               r = 239;
               g = 241;
@@ -366,7 +366,7 @@
             };
           };
           Mantle = {
-            hex = "#e6e9ef";
+            hex = "e6e9ef";
             rgb = {
               r = 230;
               g = 233;
@@ -379,7 +379,7 @@
             };
           };
           Crust = {
-            hex = "#dce0e8";
+            hex = "dce0e8";
             rgb = {
               r = 220;
               g = 224;
@@ -394,7 +394,7 @@
         };
         Frappe = {
           Rosewater = {
-            hex = "#f2d5cf";
+            hex = "f2d5cf";
             rgb = {
               r = 242;
               g = 213;
@@ -407,7 +407,7 @@
             };
           };
           Flamingo = {
-            hex = "#eebebe";
+            hex = "eebebe";
             rgb = {
               r = 238;
               g = 190;
@@ -420,7 +420,7 @@
             };
           };
           Pink = {
-            hex = "#f4b8e4";
+            hex = "f4b8e4";
             rgb = {
               r = 244;
               g = 184;
@@ -433,7 +433,7 @@
             };
           };
           Mauve = {
-            hex = "#ca9ee6";
+            hex = "ca9ee6";
             rgb = {
               r = 202;
               g = 158;
@@ -446,7 +446,7 @@
             };
           };
           Red = {
-            hex = "#e78284";
+            hex = "e78284";
             rgb = {
               r = 231;
               g = 130;
@@ -459,7 +459,7 @@
             };
           };
           Maroon = {
-            hex = "#ea999c";
+            hex = "ea999c";
             rgb = {
               r = 234;
               g = 153;
@@ -472,7 +472,7 @@
             };
           };
           Peach = {
-            hex = "#ef9f76";
+            hex = "ef9f76";
             rgb = {
               r = 239;
               g = 159;
@@ -485,7 +485,7 @@
             };
           };
           Yellow = {
-            hex = "#e5c890";
+            hex = "e5c890";
             rgb = {
               r = 229;
               g = 200;
@@ -498,7 +498,7 @@
             };
           };
           Green = {
-            hex = "#a6d189";
+            hex = "a6d189";
             rgb = {
               r = 166;
               g = 209;
@@ -511,7 +511,7 @@
             };
           };
           Teal = {
-            hex = "#81c8be";
+            hex = "81c8be";
             rgb = {
               r = 129;
               g = 200;
@@ -524,7 +524,7 @@
             };
           };
           Sky = {
-            hex = "#99d1db";
+            hex = "99d1db";
             rgb = {
               r = 153;
               g = 209;
@@ -537,7 +537,7 @@
             };
           };
           Sapphire = {
-            hex = "#85c1dc";
+            hex = "85c1dc";
             rgb = {
               r = 133;
               g = 193;
@@ -550,7 +550,7 @@
             };
           };
           Blue = {
-            hex = "#8caaee";
+            hex = "8caaee";
             rgb = {
               r = 140;
               g = 170;
@@ -563,7 +563,7 @@
             };
           };
           Lavender = {
-            hex = "#babbf1";
+            hex = "babbf1";
             rgb = {
               r = 186;
               g = 187;
@@ -576,7 +576,7 @@
             };
           };
           Text = {
-            hex = "#c6d0f5";
+            hex = "c6d0f5";
             rgb = {
               r = 198;
               g = 208;
@@ -589,7 +589,7 @@
             };
           };
           Subtext1 = {
-            hex = "#b5bfe2";
+            hex = "b5bfe2";
             rgb = {
               r = 181;
               g = 191;
@@ -602,7 +602,7 @@
             };
           };
           Subtext0 = {
-            hex = "#a5adce";
+            hex = "a5adce";
             rgb = {
               r = 165;
               g = 173;
@@ -615,7 +615,7 @@
             };
           };
           Overlay2 = {
-            hex = "#949cbb";
+            hex = "949cbb";
             rgb = {
               r = 148;
               g = 156;
@@ -628,7 +628,7 @@
             };
           };
           Overlay1 = {
-            hex = "#838ba7";
+            hex = "838ba7";
             rgb = {
               r = 131;
               g = 139;
@@ -641,7 +641,7 @@
             };
           };
           Overlay0 = {
-            hex = "#737994";
+            hex = "737994";
             rgb = {
               r = 115;
               g = 121;
@@ -654,7 +654,7 @@
             };
           };
           Surface2 = {
-            hex = "#626880";
+            hex = "626880";
             rgb = {
               r = 98;
               g = 104;
@@ -667,7 +667,7 @@
             };
           };
           Surface1 = {
-            hex = "#51576d";
+            hex = "51576d";
             rgb = {
               r = 81;
               g = 87;
@@ -680,7 +680,7 @@
             };
           };
           Surface0 = {
-            hex = "#414559";
+            hex = "414559";
             rgb = {
               r = 65;
               g = 69;
@@ -693,7 +693,7 @@
             };
           };
           Base = {
-            hex = "#303446";
+            hex = "303446";
             rgb = {
               r = 48;
               g = 52;
@@ -706,7 +706,7 @@
             };
           };
           Mantle = {
-            hex = "#292c3c";
+            hex = "292c3c";
             rgb = {
               r = 41;
               g = 44;
@@ -719,7 +719,7 @@
             };
           };
           Crust = {
-            hex = "#232634";
+            hex = "232634";
             rgb = {
               r = 35;
               g = 38;
@@ -734,7 +734,7 @@
         };
         Macchiato = {
           Rosewater = {
-            hex = "#f4dbd6";
+            hex = "f4dbd6";
             rgb = {
               r = 244;
               g = 219;
@@ -747,7 +747,7 @@
             };
           };
           Flamingo = {
-            hex = "#f0c6c6";
+            hex = "f0c6c6";
             rgb = {
               r = 240;
               g = 198;
@@ -760,7 +760,7 @@
             };
           };
           Pink = {
-            hex = "#f5bde6";
+            hex = "f5bde6";
             rgb = {
               r = 245;
               g = 189;
@@ -773,7 +773,7 @@
             };
           };
           Mauve = {
-            hex = "#c6a0f6";
+            hex = "c6a0f6";
             rgb = {
               r = 198;
               g = 160;
@@ -786,7 +786,7 @@
             };
           };
           Red = {
-            hex = "#ed8796";
+            hex = "ed8796";
             rgb = {
               r = 237;
               g = 135;
@@ -799,7 +799,7 @@
             };
           };
           Maroon = {
-            hex = "#ee99a0";
+            hex = "ee99a0";
             rgb = {
               r = 238;
               g = 153;
@@ -812,7 +812,7 @@
             };
           };
           Peach = {
-            hex = "#f5a97f";
+            hex = "f5a97f";
             rgb = {
               r = 245;
               g = 169;
@@ -825,7 +825,7 @@
             };
           };
           Yellow = {
-            hex = "#eed49f";
+            hex = "eed49f";
             rgb = {
               r = 238;
               g = 212;
@@ -838,7 +838,7 @@
             };
           };
           Green = {
-            hex = "#a6da95";
+            hex = "a6da95";
             rgb = {
               r = 166;
               g = 218;
@@ -851,7 +851,7 @@
             };
           };
           Teal = {
-            hex = "#8bd5ca";
+            hex = "8bd5ca";
             rgb = {
               r = 139;
               g = 213;
@@ -864,7 +864,7 @@
             };
           };
           Sky = {
-            hex = "#91d7e3";
+            hex = "91d7e3";
             rgb = {
               r = 145;
               g = 215;
@@ -877,7 +877,7 @@
             };
           };
           Sapphire = {
-            hex = "#7dc4e4";
+            hex = "7dc4e4";
             rgb = {
               r = 125;
               g = 196;
@@ -890,7 +890,7 @@
             };
           };
           Blue = {
-            hex = "#8aadf4";
+            hex = "8aadf4";
             rgb = {
               r = 138;
               g = 173;
@@ -903,7 +903,7 @@
             };
           };
           Lavender = {
-            hex = "#b7bdf8";
+            hex = "b7bdf8";
             rgb = {
               r = 183;
               g = 189;
@@ -916,7 +916,7 @@
             };
           };
           Text = {
-            hex = "#cad3f5";
+            hex = "cad3f5";
             rgb = {
               r = 202;
               g = 211;
@@ -929,7 +929,7 @@
             };
           };
           Subtext1 = {
-            hex = "#b8c0e0";
+            hex = "b8c0e0";
             rgb = {
               r = 184;
               g = 192;
@@ -942,7 +942,7 @@
             };
           };
           Subtext0 = {
-            hex = "#a5adcb";
+            hex = "a5adcb";
             rgb = {
               r = 165;
               g = 173;
@@ -955,7 +955,7 @@
             };
           };
           Overlay2 = {
-            hex = "#939ab7";
+            hex = "939ab7";
             rgb = {
               r = 147;
               g = 154;
@@ -968,7 +968,7 @@
             };
           };
           Overlay1 = {
-            hex = "#8087a2";
+            hex = "8087a2";
             rgb = {
               r = 128;
               g = 135;
@@ -981,7 +981,7 @@
             };
           };
           Overlay0 = {
-            hex = "#6e738d";
+            hex = "6e738d";
             rgb = {
               r = 110;
               g = 115;
@@ -994,7 +994,7 @@
             };
           };
           Surface2 = {
-            hex = "#5b6078";
+            hex = "5b6078";
             rgb = {
               r = 91;
               g = 96;
@@ -1007,7 +1007,7 @@
             };
           };
           Surface1 = {
-            hex = "#494d64";
+            hex = "494d64";
             rgb = {
               r = 73;
               g = 77;
@@ -1020,7 +1020,7 @@
             };
           };
           Surface0 = {
-            hex = "#363a4f";
+            hex = "363a4f";
             rgb = {
               r = 54;
               g = 58;
@@ -1033,7 +1033,7 @@
             };
           };
           Base = {
-            hex = "#24273a";
+            hex = "24273a";
             rgb = {
               r = 36;
               g = 39;
@@ -1046,7 +1046,7 @@
             };
           };
           Mantle = {
-            hex = "#1e2030";
+            hex = "1e2030";
             rgb = {
               r = 30;
               g = 32;
@@ -1059,7 +1059,7 @@
             };
           };
           Crust = {
-            hex = "#181926";
+            hex = "181926";
             rgb = {
               r = 24;
               g = 25;
@@ -1074,7 +1074,7 @@
         };
         Mocha = {
           Rosewater = {
-            hex = "#f5e0dc";
+            hex = "f5e0dc";
             rgb = {
               r = 245;
               g = 224;
@@ -1087,7 +1087,7 @@
             };
           };
           Flamingo = {
-            hex = "#f2cdcd";
+            hex = "f2cdcd";
             rgb = {
               r = 242;
               g = 205;
@@ -1100,7 +1100,7 @@
             };
           };
           Pink = {
-            hex = "#f5c2e7";
+            hex = "f5c2e7";
             rgb = {
               r = 245;
               g = 194;
@@ -1113,7 +1113,7 @@
             };
           };
           Mauve = {
-            hex = "#cba6f7";
+            hex = "cba6f7";
             rgb = {
               r = 203;
               g = 166;
@@ -1126,7 +1126,7 @@
             };
           };
           Red = {
-            hex = "#f38ba8";
+            hex = "f38ba8";
             rgb = {
               r = 243;
               g = 139;
@@ -1139,7 +1139,7 @@
             };
           };
           Maroon = {
-            hex = "#eba0ac";
+            hex = "eba0ac";
             rgb = {
               r = 235;
               g = 160;
@@ -1152,7 +1152,7 @@
             };
           };
           Peach = {
-            hex = "#fab387";
+            hex = "fab387";
             rgb = {
               r = 250;
               g = 179;
@@ -1165,7 +1165,7 @@
             };
           };
           Yellow = {
-            hex = "#f9e2af";
+            hex = "f9e2af";
             rgb = {
               r = 249;
               g = 226;
@@ -1178,7 +1178,7 @@
             };
           };
           Green = {
-            hex = "#a6e3a1";
+            hex = "a6e3a1";
             rgb = {
               r = 166;
               g = 227;
@@ -1191,7 +1191,7 @@
             };
           };
           Teal = {
-            hex = "#94e2d5";
+            hex = "94e2d5";
             rgb = {
               r = 148;
               g = 226;
@@ -1204,7 +1204,7 @@
             };
           };
           Sky = {
-            hex = "#89dceb";
+            hex = "89dceb";
             rgb = {
               r = 137;
               g = 220;
@@ -1217,7 +1217,7 @@
             };
           };
           Sapphire = {
-            hex = "#74c7ec";
+            hex = "74c7ec";
             rgb = {
               r = 116;
               g = 199;
@@ -1230,7 +1230,7 @@
             };
           };
           Blue = {
-            hex = "#89b4fa";
+            hex = "89b4fa";
             rgb = {
               r = 137;
               g = 180;
@@ -1243,7 +1243,7 @@
             };
           };
           Lavender = {
-            hex = "#b4befe";
+            hex = "b4befe";
             rgb = {
               r = 180;
               g = 190;
@@ -1256,7 +1256,7 @@
             };
           };
           Text = {
-            hex = "#cdd6f4";
+            hex = "cdd6f4";
             rgb = {
               r = 205;
               g = 214;
@@ -1269,7 +1269,7 @@
             };
           };
           Subtext1 = {
-            hex = "#bac2de";
+            hex = "bac2de";
             rgb = {
               r = 186;
               g = 194;
@@ -1282,7 +1282,7 @@
             };
           };
           Subtext0 = {
-            hex = "#a6adc8";
+            hex = "a6adc8";
             rgb = {
               r = 166;
               g = 173;
@@ -1295,7 +1295,7 @@
             };
           };
           Overlay2 = {
-            hex = "#9399b2";
+            hex = "9399b2";
             rgb = {
               r = 147;
               g = 153;
@@ -1308,7 +1308,7 @@
             };
           };
           Overlay1 = {
-            hex = "#7f849c";
+            hex = "7f849c";
             rgb = {
               r = 127;
               g = 132;
@@ -1321,7 +1321,7 @@
             };
           };
           Overlay0 = {
-            hex = "#6c7086";
+            hex = "6c7086";
             rgb = {
               r = 108;
               g = 112;
@@ -1334,7 +1334,7 @@
             };
           };
           Surface2 = {
-            hex = "#585b70";
+            hex = "585b70";
             rgb = {
               r = 88;
               g = 91;
@@ -1347,7 +1347,7 @@
             };
           };
           Surface1 = {
-            hex = "#45475a";
+            hex = "45475a";
             rgb = {
               r = 69;
               g = 71;
@@ -1360,7 +1360,7 @@
             };
           };
           Surface0 = {
-            hex = "#313244";
+            hex = "313244";
             rgb = {
               r = 49;
               g = 50;
@@ -1373,7 +1373,7 @@
             };
           };
           Base = {
-            hex = "#1e1e2e";
+            hex = "1e1e2e";
             rgb = {
               r = 30;
               g = 30;
@@ -1386,7 +1386,7 @@
             };
           };
           Mantle = {
-            hex = "#181825";
+            hex = "181825";
             rgb = {
               r = 24;
               g = 24;
@@ -1399,7 +1399,7 @@
             };
           };
           Crust = {
-            hex = "#11111b";
+            hex = "11111b";
             rgb = {
               r = 17;
               g = 17;