diff --git a/src/themes.php b/src/themes.php index 2863d02a..8ac1909f 100644 --- a/src/themes.php +++ b/src/themes.php @@ -1,279 +1,239 @@ [ - "background" => "#FFFEFE", + "ads-juicy-fresh" => [ + "background" => "#0D0C15", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#FB8C00", - "fire" => "#FB8C00", - "currStreakNum" => "#151515", - "sideNums" => "#151515", - "currStreakLabel" => "#FB8C00", - "sideLabels" => "#151515", - "dates" => "#464646", - "excludeDaysLabel" => "#464646", + "ring" => "#81FF00", + "fire" => "#81FF00", + "currStreakNum" => "#FFF", + "sideNums" => "#FFF", + "currStreakLabel" => "#FF5700", + "sideLabels" => "#FFF", + "dates" => "#6562AF", + "excludeDaysLabel" => "#6562AF", ], - "dark" => [ - "background" => "#151515", + "algolia" => [ + "background" => "#050F2C", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#FB8C00", - "fire" => "#FB8C00", - "currStreakNum" => "#FEFEFE", - "sideNums" => "#FEFEFE", - "currStreakLabel" => "#FB8C00", - "sideLabels" => "#FEFEFE", - "dates" => "#9E9E9E", - "excludeDaysLabel" => "#9E9E9E", + "ring" => "#00AEFF", + "fire" => "#00AEFF", + "currStreakNum" => "#2DDE98", + "sideNums" => "#00AEFF", + "currStreakLabel" => "#2DDE98", + "sideLabels" => "#00AEFF", + "dates" => "#FFFFFF", + "excludeDaysLabel" => "#FFFFFF", ], - "highcontrast" => [ + "android-dark" => [ "background" => "#000000", - "border" => "#BEBEBE", - "stroke" => "#BEBEBE", - "ring" => "#FB8C00", - "fire" => "#FB8C00", + "border" => "#3DDC84", + "stroke" => "#3DDC84", + "ring" => "#3DDC84", + "fire" => "#3DDC84", + "currStreakNum" => "#3DDC84", + "sideNums" => "#3DDC84", + "currStreakLabel" => "#3DDC84", + "sideLabels" => "#3DDC84", + "dates" => "#3DDC84", + "excludeDaysLabel" => "#3DDC84", + ], + "ambient-gradient" => [ + "background" => "35,4158D0,C850C0,FFCC70", + "border" => "#AE58A1", + "stroke" => "#FFFFFF", + "ring" => "#FFFFFF", + "fire" => "#FFFFFF", "currStreakNum" => "#FFFFFF", "sideNums" => "#FFFFFF", - "currStreakLabel" => "#FB8C00", + "currStreakLabel" => "#FFFFFF", "sideLabels" => "#FFFFFF", - "dates" => "#C5C5C5", - "excludeDaysLabel" => "#C5C5C5", + "dates" => "#FFFFFF", + "excludeDaysLabel" => "#FFFFFF", ], - "transparent" => [ - "background" => "#0000", + "apprentice" => [ + "background" => "#262626", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#006AFF", - "fire" => "#006AFF", - "currStreakNum" => "#0579C3", - "sideNums" => "#006AFF", - "currStreakLabel" => "#0579C3", - "sideLabels" => "#006AFF", - "dates" => "#417E87", - "excludeDaysLabel" => "#417E87", + "ring" => "#FFFFFF", + "fire" => "#FFFFFF", + "currStreakNum" => "#FFFFAF", + "sideNums" => "#FFFFFF", + "currStreakLabel" => "#FFFFAF", + "sideLabels" => "#FFFFFF", + "dates" => "#BCBCBC", + "excludeDaysLabel" => "#BCBCBC", ], - "radical" => [ - "background" => "#141321", + "aura" => [ + "background" => "#15141B", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#FE428E", - "fire" => "#FE428E", - "currStreakNum" => "#F8D847", - "sideNums" => "#FE428E", - "currStreakLabel" => "#F8D847", - "sideLabels" => "#FE428E", - "dates" => "#A9FEF7", - "excludeDaysLabel" => "#A9FEF7", + "ring" => "#A277FF", + "fire" => "#A277FF", + "currStreakNum" => "#FFCA85", + "sideNums" => "#A277FF", + "currStreakLabel" => "#FFCA85", + "sideLabels" => "#A277FF", + "dates" => "#61FFCA", + "excludeDaysLabel" => "#61FFCA", ], - "merko" => [ - "background" => "#0A0F0B", + "aura-dark" => [ + "background" => "#252334", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#ABD200", - "fire" => "#ABD200", - "currStreakNum" => "#B7D364", - "sideNums" => "#ABD200", - "currStreakLabel" => "#B7D364", - "sideLabels" => "#ABD200", - "dates" => "#68B587", - "excludeDaysLabel" => "#68B587", + "ring" => "#FF7372", + "fire" => "#FF7372", + "currStreakNum" => "#6CFFD0", + "sideNums" => "#FF7372", + "currStreakLabel" => "#6CFFD0", + "sideLabels" => "#FF7372", + "dates" => "#DBDBDB", + "excludeDaysLabel" => "#DBDBDB", ], - "gruvbox" => [ - "background" => "#282828", + "ayu-light" => [ + "background" => "#FAFAFA", + "border" => "#F0F0F0", + "stroke" => "#BAE67E", + "ring" => "#FF9940", + "currStreakNum" => "#F07171", + "fire" => "#FF9940", + "sideNums" => "#55B4D4", + "currStreakLabel" => "#F07171", + "sideLabels" => "#55B4D4", + "dates" => "#575F66", + "excludeDaysLabel" => "#575F66", + ], + "ayu-mirage" => [ + "background" => "#1F2430", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#FABD2F", - "fire" => "#FABD2F", - "currStreakNum" => "#FE8019", - "sideNums" => "#FABD2F", - "currStreakLabel" => "#FE8019", - "sideLabels" => "#FABD2F", - "dates" => "#8EC07C", - "excludeDaysLabel" => "#8EC07C", - ], - "gruvbox-duo" => [ - "background" => "#0000", - "border" => "#A8A8A8", - "stroke" => "#A8A8A8", - "ring" => "#FABD2F", - "fire" => "#FABD2F", - "currStreakNum" => "#FE8019", - "sideNums" => "#FABD2F", - "currStreakLabel" => "#FE8019", - "sideLabels" => "#FABD2F", - "dates" => "#8EC07C", - "excludeDaysLabel" => "#8EC07C", + "ring" => "#F4CD7C", + "fire" => "#F4CD7C", + "currStreakNum" => "#73D0FF", + "sideNums" => "#F4CD7C", + "currStreakLabel" => "#73D0FF", + "sideLabels" => "#F4CD7C", + "dates" => "#C7C8C2", + "excludeDaysLabel" => "#C7C8C2", ], - "tokyonight" => [ - "background" => "#1A1B27", + "bear" => [ + "background" => "#1F2023", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#70A5FD", - "fire" => "#70A5FD", - "currStreakNum" => "#BF91F3", - "sideNums" => "#70A5FD", - "currStreakLabel" => "#BF91F3", - "sideLabels" => "#70A5FD", - "dates" => "#38BDAE", - "excludeDaysLabel" => "#38BDAE", - ], - "tokyonight-duo" => [ - "background" => "#0000", - "border" => "#A8A8A8", - "stroke" => "#A8A8A8", - "ring" => "#70A5FD", - "fire" => "#70A5FD", - "currStreakNum" => "#BF91F3", - "sideNums" => "#70A5FD", - "currStreakLabel" => "#BF91F3", - "sideLabels" => "#70A5FD", - "dates" => "#38BDAE", - "excludeDaysLabel" => "#38BDAE", + "ring" => "#E03C8A", + "fire" => "#E03C8A", + "currStreakNum" => "#00AEFF", + "sideNums" => "#E03C8A", + "currStreakLabel" => "#00AEFF", + "sideLabels" => "#E03C8A", + "dates" => "#BCB28D", + "excludeDaysLabel" => "#BCB28D", ], - "onedark" => [ - "background" => "#282C34", + "black-ice" => [ + "background" => "#151515", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#E4BF7A", - "fire" => "#E4BF7A", - "currStreakNum" => "#8EB573", - "sideNums" => "#E4BF7A", - "currStreakLabel" => "#8EB573", - "sideLabels" => "#E4BF7A", - "dates" => "#DF6D74", - "excludeDaysLabel" => "#DF6D74", + "ring" => "#00E7FF", + "fire" => "#00E7FF", + "currStreakNum" => "#FFF", + "sideNums" => "#FFF", + "currStreakLabel" => "#00E7FF", + "sideLabels" => "#FFF", + "dates" => "#9F9F9F", + "excludeDaysLabel" => "#9F9F9F", ], - "onedark-duo" => [ - "background" => "#0000", + "blood" => [ + "background" => "#FFF", "border" => "#A8A8A8", "stroke" => "#A8A8A8", - "ring" => "#E4BF7A", - "fire" => "#E4BF7A", - "currStreakNum" => "#8EB573", - "sideNums" => "#E4BF7A", - "currStreakLabel" => "#8EB573", - "sideLabels" => "#E4BF7A", - "dates" => "#DF6D74", - "excludeDaysLabel" => "#DF6D74", + "ring" => "#FF5F5F", + "fire" => "#357291", + "currStreakNum" => "#FF5F5F", + "sideNums" => "#FF5F5F", + "currStreakLabel" => "#FF5F5F", + "sideLabels" => "#FF5F5F", + "dates" => "#273849", + "excludeDaysLabel" => "#273849", ], - "cobalt" => [ - "background" => "#0000", + "blood-dark" => [ + "background" => "#142B37", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#E683D9", - "fire" => "#E683D9", - "currStreakNum" => "#0480EF", - "sideNums" => "#E683D9", - "currStreakLabel" => "#0480EF", - "sideLabels" => "#E683D9", - "dates" => "#75EEB2", - "excludeDaysLabel" => "#75EEB2", - ], - "synthwave" => [ - "background" => "#2B213A", - "border" => "#E4E2E2", - "stroke" => "#E4E2E2", - "ring" => "#E2E9EC", - "fire" => "#E2E9EC", - "currStreakNum" => "#EF8539", - "sideNums" => "#E2E9EC", - "currStreakLabel" => "#EF8539", - "sideLabels" => "#E2E9EC", - "dates" => "#E5289E", - "excludeDaysLabel" => "#E5289E", - ], - "dracula" => [ - "background" => "#282A36", - "border" => "#E4E2E2", - "stroke" => "#E4E2E2", - "ring" => "#FF6E96", - "fire" => "#FF6E96", - "currStreakNum" => "#79DAFA", - "sideNums" => "#FF6E96", - "currStreakLabel" => "#79DAFA", - "sideLabels" => "#FF6E96", - "dates" => "#F8F8F2", - "excludeDaysLabel" => "#F8F8F2", - ], - "prussian" => [ - "background" => "#172F45", - "border" => "#E4E2E2", - "stroke" => "#E4E2E2", - "ring" => "#BDDFFF", - "fire" => "#BDDFFF", - "currStreakNum" => "#38A0FF", - "sideNums" => "#BDDFFF", - "currStreakLabel" => "#38A0FF", - "sideLabels" => "#BDDFFF", - "dates" => "#6E93B5", - "excludeDaysLabel" => "#6E93B5", + "ring" => "#FF5F5F", + "fire" => "#357291", + "currStreakNum" => "#FF5F5F", + "sideNums" => "#FF5F5F", + "currStreakLabel" => "#FF5F5F", + "sideLabels" => "#FF5F5F", + "dates" => "#FFF", + "excludeDaysLabel" => "#FFF", ], - "monokai" => [ - "background" => "#272822", + "blue-green" => [ + "background" => "#040F0F", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#EB1F6A", - "fire" => "#EB1F6A", - "currStreakNum" => "#E28905", - "sideNums" => "#EB1F6A", - "currStreakLabel" => "#E28905", - "sideLabels" => "#EB1F6A", - "dates" => "#F1F1EB", - "excludeDaysLabel" => "#F1F1EB", + "ring" => "#2F97C1", + "fire" => "#2F97C1", + "currStreakNum" => "#F5B700", + "sideNums" => "#2F97C1", + "currStreakLabel" => "#F5B700", + "sideLabels" => "#2F97C1", + "dates" => "#0CF574", + "excludeDaysLabel" => "#0CF574", ], - "vue" => [ - "background" => "#FFFEFE", - "border" => "#A8A8A8", - "stroke" => "#A8A8A8", - "ring" => "#41B883", - "fire" => "#41B883", - "currStreakNum" => "#41B883", - "sideNums" => "#41B883", - "currStreakLabel" => "#41B883", - "sideLabels" => "#41B883", - "dates" => "#273849", - "excludeDaysLabel" => "#273849", + "blue-navy" => [ + "background" => "#000000", + "border" => "#FFFFFF", + "stroke" => "#82AAFF", + "ring" => "#82AAFF", + "currStreakNum" => "#82AAFF", + "fire" => "#82AAFF", + "sideNums" => "#82AAFF", + "currStreakLabel" => "#82AAFF", + "sideLabels" => "#82AAFF", + "dates" => "#82AAFF", + "excludeDaysLabel" => "#82AAFF", ], - "vue-dark" => [ - "background" => "#273849", + "blueberry" => [ + "background" => "#242938", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#41B883", - "fire" => "#41B883", - "currStreakNum" => "#41B883", - "sideNums" => "#41B883", - "currStreakLabel" => "#41B883", - "sideLabels" => "#41B883", - "dates" => "#FFFEFE", - "excludeDaysLabel" => "#FFFEFE", + "ring" => "#82AAFF", + "fire" => "#82AAFF", + "currStreakNum" => "#89DDFF", + "sideNums" => "#82AAFF", + "currStreakLabel" => "#89DDFF", + "sideLabels" => "#82AAFF", + "dates" => "#27E8A7", + "excludeDaysLabel" => "#27E8A7", ], - "shades-of-purple" => [ - "background" => "#2D2B55", + "blueberry-duo" => [ + "background" => "#0000", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#FAD000", - "fire" => "#FAD000", - "currStreakNum" => "#B362FF", - "sideNums" => "#FAD000", - "currStreakLabel" => "#B362FF", - "sideLabels" => "#FAD000", - "dates" => "#A599E9", - "excludeDaysLabel" => "#A599E9", + "ring" => "#82AAFF", + "fire" => "#82AAFF", + "currStreakNum" => "#89DDFF", + "sideNums" => "#82AAFF", + "currStreakLabel" => "#89DDFF", + "sideLabels" => "#82AAFF", + "dates" => "#27E8A7", + "excludeDaysLabel" => "#27E8A7", ], - "nightowl" => [ - "background" => "#011627", + "blux" => [ + "background" => "#263D46", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#C792EA", - "fire" => "#C792EA", - "currStreakNum" => "#FFEB95", - "sideNums" => "#C792EA", - "currStreakLabel" => "#FFEB95", - "sideLabels" => "#C792EA", - "dates" => "#7FDBCA", - "excludeDaysLabel" => "#7FDBCA", + "ring" => "#018596", + "fire" => "#28ECFA", + "currStreakNum" => "#28ECFA", + "sideNums" => "#28ECFA", + "currStreakLabel" => "#28ECFA", + "sideLabels" => "#0F80AA", + "dates" => "#FFFFFF", + "excludeDaysLabel" => "#FFFFFF", ], "buefy" => [ "background" => "#FFFFFF", @@ -301,96 +261,109 @@ "dates" => "#ABABAB", "excludeDaysLabel" => "#ABABAB", ], - "blue-green" => [ - "background" => "#040F0F", - "border" => "#E4E2E2", - "stroke" => "#E4E2E2", - "ring" => "#2F97C1", - "fire" => "#2F97C1", - "currStreakNum" => "#F5B700", - "sideNums" => "#2F97C1", - "currStreakLabel" => "#F5B700", - "sideLabels" => "#2F97C1", - "dates" => "#0CF574", - "excludeDaysLabel" => "#0CF574", + "burnt-neon" => [ + "background" => "#0D1117", + "border" => "#98989A", + "stroke" => "#98989A", + "ring" => "#FE25B1", + "fire" => "#622B53", + "currStreakNum" => "#FF6906", + "sideNums" => "#01FED1", + "currStreakLabel" => "#01FED1", + "sideLabels" => "#FF6906", + "dates" => "#C6AB07", + "excludeDaysLabel" => "#A5BC0B", ], - "algolia" => [ - "background" => "#050F2C", + "calm" => [ + "background" => "#373F51", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#00AEFF", - "fire" => "#00AEFF", - "currStreakNum" => "#2DDE98", - "sideNums" => "#00AEFF", - "currStreakLabel" => "#2DDE98", - "sideLabels" => "#00AEFF", - "dates" => "#FFFFFF", - "excludeDaysLabel" => "#FFFFFF", + "ring" => "#E07A5F", + "fire" => "#E07A5F", + "currStreakNum" => "#EDAE49", + "sideNums" => "#E07A5F", + "currStreakLabel" => "#EDAE49", + "sideLabels" => "#E07A5F", + "dates" => "#EBCFB2", + "excludeDaysLabel" => "#EBCFB2", ], - "great-gatsby" => [ - "background" => "#000", + "calm-pink" => [ + "background" => "#2B2D40", + "border" => "#E1BC29", + "stroke" => "#E07A5F", + "ring" => "#E07A5F", + "currStreakNum" => "#EBCFB2", + "fire" => "#E07A5F", + "sideNums" => "#EBCFB2", + "currStreakLabel" => "#E07A5F", + "sideLabels" => "#E07A5F", + "dates" => "#E1BC29", + "excludeDaysLabel" => "#EBCFB2", + ], + "carbonfox" => [ + "background" => "#161616", + "border" => "#282828", + "stroke" => "#EE5396", + "ring" => "#25BE6AC8", + "fire" => "#25BE6A", + "currStreakNum" => "#78A9FF", + "sideNums" => "#33B1FF", + "currStreakLabel" => "#DFDFE0", + "sideLabels" => "#DFDFE0", + "dates" => "#08BDBA", + "excludeDaysLabel" => "#EE5396", + ], + "catppuccin-frappe" => [ + "background" => "#303446", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#FFA726", - "fire" => "#FFA726", - "currStreakNum" => "#FFB74D", - "sideNums" => "#FFA726", - "currStreakLabel" => "#FFB74D", - "sideLabels" => "#FFA726", - "dates" => "#FFD95B", - "excludeDaysLabel" => "#FFD95B", + "ring" => "#81C8BE", + "fire" => "#81C8BE", + "currStreakNum" => "#CA9EE6", + "sideNums" => "#C6D0F5", + "currStreakLabel" => "#CA9EE6", + "sideLabels" => "#C6D0F5", + "dates" => "#B5BFE2", + "excludeDaysLabel" => "#B5BFE2", ], - "darcula" => [ - "background" => "#242424", + "catppuccin-latte" => [ + "background" => "#EFF1F5", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#BA5F17", - "fire" => "#BA5F17", - "currStreakNum" => "#84628F", - "sideNums" => "#BA5F17", - "currStreakLabel" => "#84628F", - "sideLabels" => "#BA5F17", - "dates" => "#BEBEBE", - "excludeDaysLabel" => "#BEBEBE", + "ring" => "#179299", + "fire" => "#179299", + "currStreakNum" => "#8839EF", + "sideNums" => "#4C4F69", + "currStreakLabel" => "#8839EF", + "sideLabels" => "#4C4F69", + "dates" => "#5C5F77", + "excludeDaysLabel" => "#5C5F77", ], - "bear" => [ - "background" => "#1F2023", + "catppuccin-macchiato" => [ + "background" => "#24273A", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#E03C8A", - "fire" => "#E03C8A", - "currStreakNum" => "#00AEFF", - "sideNums" => "#E03C8A", - "currStreakLabel" => "#00AEFF", - "sideLabels" => "#E03C8A", - "dates" => "#BCB28D", - "excludeDaysLabel" => "#BCB28D", + "ring" => "#8BD5CA", + "fire" => "#8BD5CA", + "currStreakNum" => "#C6A0F6", + "sideNums" => "#CAD3F5", + "currStreakLabel" => "#C6A0F6", + "sideLabels" => "#CAD3F5", + "dates" => "#B8C0E0", + "excludeDaysLabel" => "#B8C0E0", ], - "solarized-dark" => [ - "background" => "#002B36", + "catppuccin-mocha" => [ + "background" => "#1E1E2E", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#268BD2", - "fire" => "#268BD2", - "currStreakNum" => "#B58900", - "sideNums" => "#268BD2", - "currStreakLabel" => "#B58900", - "sideLabels" => "#268BD2", - "dates" => "#859900", - "excludeDaysLabel" => "#859900", - ], - "solarized-light" => [ - "background" => "#FDF6E3", - "border" => "#ABABAB", - "stroke" => "#ABABAB", - "ring" => "#268BD2", - "fire" => "#268BD2", - "currStreakNum" => "#B58900", - "sideNums" => "#268BD2", - "currStreakLabel" => "#B58900", - "sideLabels" => "#268BD2", - "dates" => "#859900", - "excludeDaysLabel" => "#859900", + "ring" => "#94E2D5", + "fire" => "#94E2D5", + "currStreakNum" => "#CBA6F7", + "sideNums" => "#CDD6F4", + "currStreakLabel" => "#CBA6F7", + "sideLabels" => "#CDD6F4", + "dates" => "#BAC2DE", + "excludeDaysLabel" => "#BAC2DE", ], "chartreuse-dark" => [ "background" => "#000", @@ -405,499 +378,317 @@ "dates" => "#FFF", "excludeDaysLabel" => "#FFF", ], - "nord" => [ - "background" => "#2E3440", - "border" => "#E4E2E2", - "stroke" => "#E4E2E2", - "ring" => "#81A1C1", - "fire" => "#81A1C1", - "currStreakNum" => "#88C0D0", - "sideNums" => "#81A1C1", - "currStreakLabel" => "#88C0D0", - "sideLabels" => "#81A1C1", - "dates" => "#D8DEE9", - "excludeDaysLabel" => "#D8DEE9", - ], - "gotham" => [ - "background" => "#0C1014", - "border" => "#E4E2E2", - "stroke" => "#E4E2E2", - "ring" => "#2AA889", - "fire" => "#2AA889", - "currStreakNum" => "#599CAB", - "sideNums" => "#2AA889", - "currStreakLabel" => "#599CAB", - "sideLabels" => "#2AA889", - "dates" => "#99D1CE", - "excludeDaysLabel" => "#99D1CE", + "city-lights" => [ + "background" => "#1D252C", + "border" => "#1D252C", + "currStreakLabel" => "#5D8CB3", + "currStreakNum" => "#5D8CB3", + "dates" => "#5D8CB3", + "excludeDaysLabel" => "#5D8CB3", + "fire" => "#718CA1", + "ring" => "#718CA1", + "sideLabels" => "#5D8CB3", + "sideNums" => "#61788A", + "stroke" => "#536676", ], - "material" => [ - "background" => "#263238", + "cobalt" => [ + "background" => "#0000", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#80CBC4", - "fire" => "#80CBC4", - "currStreakNum" => "#FFAB91", - "sideNums" => "#80CBC4", - "currStreakLabel" => "#FFAB91", - "sideLabels" => "#80CBC4", - "dates" => "#B0BEC5", - "excludeDaysLabel" => "#B0BEC5", + "ring" => "#E683D9", + "fire" => "#E683D9", + "currStreakNum" => "#0480EF", + "sideNums" => "#E683D9", + "currStreakLabel" => "#0480EF", + "sideLabels" => "#E683D9", + "dates" => "#75EEB2", + "excludeDaysLabel" => "#75EEB2", ], - "material-palenight" => [ - "background" => "#292D3E", + "cobalt2" => [ + "background" => "#193549", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#C792EA", - "fire" => "#C792EA", - "currStreakNum" => "#89DDFF", - "sideNums" => "#C792EA", - "currStreakLabel" => "#89DDFF", - "sideLabels" => "#C792EA", - "dates" => "#A6ACCD", - "excludeDaysLabel" => "#A6ACCD", - ], - "graywhite" => [ - "background" => "#FFFFFF", - "border" => "#ABABAB", - "stroke" => "#ABABAB", - "ring" => "#24292E", - "fire" => "#24292E", - "currStreakNum" => "#24292E", - "sideNums" => "#24292E", - "currStreakLabel" => "#24292E", - "sideLabels" => "#24292E", - "dates" => "#24292E", - "excludeDaysLabel" => "#24292E", + "ring" => "#FFC600", + "fire" => "#FFC600", + "currStreakNum" => "#FFFFFF", + "sideNums" => "#FFC600", + "currStreakLabel" => "#FFFFFF", + "sideLabels" => "#FFC600", + "dates" => "#0088FF", + "excludeDaysLabel" => "#0088FF", ], - "vision-friendly-dark" => [ - "background" => "#000000", + "codestackr" => [ + "background" => "#09131B", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#FFB000", - "fire" => "#FFB000", - "currStreakNum" => "#785EF0", - "sideNums" => "#FFB000", - "currStreakLabel" => "#785EF0", - "sideLabels" => "#FFB000", + "ring" => "#FF652F", + "fire" => "#FF652F", + "currStreakNum" => "#FFE400", + "sideNums" => "#FF652F", + "currStreakLabel" => "#FFE400", + "sideLabels" => "#FF652F", "dates" => "#FFFFFF", "excludeDaysLabel" => "#FFFFFF", ], - "ayu-mirage" => [ - "background" => "#1F2430", - "border" => "#E4E2E2", - "stroke" => "#E4E2E2", - "ring" => "#F4CD7C", - "fire" => "#F4CD7C", - "currStreakNum" => "#73D0FF", - "sideNums" => "#F4CD7C", - "currStreakLabel" => "#73D0FF", - "sideLabels" => "#F4CD7C", - "dates" => "#C7C8C2", - "excludeDaysLabel" => "#C7C8C2", + "cyber-streakglow" => [ + "background" => "42,E20FEB,0D00EB", + "border" => "#00EBE1", + "stroke" => "#0FEB00", + "ring" => "#5AEB59", + "fire" => "#DDEB00", + "currStreakNum" => "#EBEBEB", + "sideNums" => "#D6EBC0", + "currStreakLabel" => "#46EB00", + "sideLabels" => "#64E8EB", + "dates" => "#EBEBEB", + "excludeDaysLabel" => "#A7EB3F", ], - "midnight-purple" => [ - "background" => "#000000", + "darcula" => [ + "background" => "#242424", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#9745F5", - "fire" => "#9745F5", - "currStreakNum" => "#9F4BFF", - "sideNums" => "#9745F5", - "currStreakLabel" => "#9F4BFF", - "sideLabels" => "#9745F5", - "dates" => "#FFFFFF", - "excludeDaysLabel" => "#FFFFFF", + "ring" => "#BA5F17", + "fire" => "#BA5F17", + "currStreakNum" => "#84628F", + "sideNums" => "#BA5F17", + "currStreakLabel" => "#84628F", + "sideLabels" => "#BA5F17", + "dates" => "#BEBEBE", + "excludeDaysLabel" => "#BEBEBE", ], - "calm" => [ - "background" => "#373F51", + "dark" => [ + "background" => "#151515", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#E07A5F", - "fire" => "#E07A5F", - "currStreakNum" => "#EDAE49", - "sideNums" => "#E07A5F", - "currStreakLabel" => "#EDAE49", - "sideLabels" => "#E07A5F", - "dates" => "#EBCFB2", - "excludeDaysLabel" => "#EBCFB2", + "ring" => "#FB8C00", + "fire" => "#FB8C00", + "currStreakNum" => "#FEFEFE", + "sideNums" => "#FEFEFE", + "currStreakLabel" => "#FB8C00", + "sideLabels" => "#FEFEFE", + "dates" => "#9E9E9E", + "excludeDaysLabel" => "#9E9E9E", ], - "flag-india" => [ - "background" => "#FFFFFF", - "border" => "#E4E2E2", - "stroke" => "#E4E2E2", - "ring" => "#FF8F1C", - "fire" => "#FF8F1C", - "currStreakNum" => "#250E62", - "sideNums" => "#FF8F1C", - "currStreakLabel" => "#250E62", - "sideLabels" => "#FF8F1C", - "dates" => "#509E2F", - "excludeDaysLabel" => "#509E2F", + "dark-aura" => [ + "background" => "#760A11", + "border" => "#310C69C5", + "stroke" => "#FF1D5E", + "ring" => "#C1184E", + "fire" => "#EB4511", + "currStreakNum" => "#EB5454", + "sideNums" => "#EB5454", + "currStreakLabel" => "#FF8F62", + "sideLabels" => "#FF8F62", + "dates" => "#EB5454", + "excludeDaysLabel" => "#758575DD", ], - "omni" => [ - "background" => "#191622", - "border" => "#E4E2E2", - "stroke" => "#E4E2E2", - "ring" => "#FF79C6", - "fire" => "#FF79C6", - "currStreakNum" => "#E7DE79", - "sideNums" => "#FF79C6", - "currStreakLabel" => "#E7DE79", - "sideLabels" => "#FF79C6", - "dates" => "#E1E1E6", - "excludeDaysLabel" => "#E1E1E6", + "dark-minimalist" => [ + "background" => "#211F27", + "border" => "#B9B9C0", + "stroke" => "#B9B9C0", + "ring" => "#D484F4", + "fire" => "#D484F4", + "currStreakNum" => "#89B4FA", + "sideNums" => "#E5E5E5", + "currStreakLabel" => "#89B4FA", + "sideLabels" => "#E5E5E5", + "dates" => "#D0D1D3", + "excludeDaysLabel" => "#D0D1D3", ], - "react" => [ - "background" => "#20232A", - "border" => "#E4E2E2", - "stroke" => "#E4E2E2", - "ring" => "#61DAFB", - "fire" => "#61DAFB", - "currStreakNum" => "#61DAFB", - "sideNums" => "#61DAFB", - "currStreakLabel" => "#61DAFB", - "sideLabels" => "#61DAFB", - "dates" => "#FFFFFF", - "excludeDaysLabel" => "#FFFFFF", + "dark-smoky" => [ + "background" => "#0B0C10", + "border" => "#C5C6C7", + "stroke" => "#C5C6C7", + "ring" => "#EDF5E1", + "fire" => "#EDF5E1", + "currStreakNum" => "#66FCF1", + "currStreakLabel" => "#66FCF1", + "sideNums" => "#EDF5E1", + "sideLabels" => "#EDF5E1", + "dates" => "#45A29E", + "excludeDaysLabel" => "#45A29E", ], - "jolly" => [ - "background" => "#291B3E", + "date-night" => [ + "background" => "#170F0C", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#FF64DA", - "fire" => "#FF64DA", - "currStreakNum" => "#A960FF", - "sideNums" => "#FF64DA", - "currStreakLabel" => "#A960FF", - "sideLabels" => "#FF64DA", - "dates" => "#FFFFFF", - "excludeDaysLabel" => "#FFFFFF", + "ring" => "#DA7885", + "fire" => "#DA7885", + "currStreakNum" => "#BB8470", + "sideNums" => "#DA7885", + "currStreakLabel" => "#BB8470", + "sideLabels" => "#DA7885", + "dates" => "#E1B2A2", + "excludeDaysLabel" => "#E1B2A2", ], - "maroongold" => [ - "background" => "#260000", - "border" => "#E4E2E2", - "stroke" => "#E4E2E2", - "ring" => "#F7EF8A", - "fire" => "#F7EF8A", - "currStreakNum" => "#F7EF8A", - "sideNums" => "#F7EF8A", - "currStreakLabel" => "#F7EF8A", - "sideLabels" => "#F7EF8A", - "dates" => "#E0AA3E", - "excludeDaysLabel" => "#E0AA3E", + "dawnfox" => [ + "background" => "#FAF4ED", + "border" => "#E5E9F0", + "stroke" => "#B4637A", + "ring" => "#618774C8", + "fire" => "#618774", + "currStreakNum" => "#286983", + "sideNums" => "#56949F", + "currStreakLabel" => "#575279", + "sideLabels" => "#575279", + "dates" => "#EA9D34", + "excludeDaysLabel" => "#B4637A", ], - "yeblu" => [ - "background" => "#002046", - "border" => "#E4E2E2", - "stroke" => "#E4E2E2", - "ring" => "#FFFF00", - "fire" => "#FFFF00", - "currStreakNum" => "#FFFF00", - "sideNums" => "#FFFF00", - "currStreakLabel" => "#FFFF00", - "sideLabels" => "#FFFF00", - "dates" => "#FFFFFF", - "excludeDaysLabel" => "#FFFFFF", + "dayfox" => [ + "background" => "#F6F2EE", + "border" => "#F2E9E1", + "stroke" => "#A5222F", + "ring" => "#396847C8", + "fire" => "#396847", + "currStreakNum" => "#2848A9", + "sideNums" => "#287980", + "currStreakLabel" => "#352C24", + "sideLabels" => "#352C24", + "dates" => "#AC5402", + "excludeDaysLabel" => "#A5222F", ], - "blueberry" => [ - "background" => "#242938", + "default" => [ + "background" => "#FFFEFE", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#82AAFF", - "fire" => "#82AAFF", - "currStreakNum" => "#89DDFF", - "sideNums" => "#82AAFF", - "currStreakLabel" => "#89DDFF", - "sideLabels" => "#82AAFF", - "dates" => "#27E8A7", - "excludeDaysLabel" => "#27E8A7", + "ring" => "#FB8C00", + "fire" => "#FB8C00", + "currStreakNum" => "#151515", + "sideNums" => "#151515", + "currStreakLabel" => "#FB8C00", + "sideLabels" => "#151515", + "dates" => "#464646", + "excludeDaysLabel" => "#464646", ], - "blueberry-duo" => [ - "background" => "#0000", + "deuteranopia-friendly-theme" => [ + "background" => "#000000", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#82AAFF", - "fire" => "#82AAFF", - "currStreakNum" => "#89DDFF", - "sideNums" => "#82AAFF", - "currStreakLabel" => "#89DDFF", - "sideLabels" => "#82AAFF", - "dates" => "#27E8A7", - "excludeDaysLabel" => "#27E8A7", + "ring" => "#E69F00", + "fire" => "#E69F00", + "currStreakNum" => "#56B4E9", + "sideNums" => "#F0E442", + "currStreakLabel" => "#0072B2", + "sideLabels" => "#CC79A7", + "dates" => "#009E73", + "excludeDaysLabel" => "#009E73", ], - "slateorange" => [ - "background" => "#36393F", + "discord-old-blurple" => [ + "background" => "#2C2F33", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#FAA627", - "fire" => "#FAA627", - "currStreakNum" => "#FAA627", - "sideNums" => "#FAA627", - "currStreakLabel" => "#FAA627", - "sideLabels" => "#FAA627", + "ring" => "#7289DA", + "fire" => "#7289DA", + "currStreakNum" => "#7289DA", + "sideNums" => "#7289DA", + "currStreakLabel" => "#7289DA", + "sideLabels" => "#7289DA", "dates" => "#FFFFFF", "excludeDaysLabel" => "#FFFFFF", ], - "kacho-ga" => [ - "background" => "#402B23", + "dracula" => [ + "background" => "#282A36", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#BF4A3F", - "fire" => "#BF4A3F", - "currStreakNum" => "#A64833", - "sideNums" => "#BF4A3F", - "currStreakLabel" => "#A64833", - "sideLabels" => "#BF4A3F", - "dates" => "#D9C8A9", - "excludeDaysLabel" => "#D9C8A9", + "ring" => "#FF6E96", + "fire" => "#FF6E96", + "currStreakNum" => "#79DAFA", + "sideNums" => "#FF6E96", + "currStreakLabel" => "#79DAFA", + "sideLabels" => "#FF6E96", + "dates" => "#F8F8F2", + "excludeDaysLabel" => "#F8F8F2", ], - "ads-juicy-fresh" => [ - "background" => "#0D0C15", - "border" => "#E4E2E2", - "stroke" => "#E4E2E2", - "ring" => "#81FF00", - "fire" => "#81FF00", - "currStreakNum" => "#FFF", - "sideNums" => "#FFF", - "currStreakLabel" => "#FF5700", - "sideLabels" => "#FFF", - "dates" => "#6562AF", - "excludeDaysLabel" => "#6562AF", + "duskfox" => [ + "background" => "#232136", + "border" => "#393552", + "stroke" => "#EB6F92", + "ring" => "#A3BE8CC8", + "fire" => "#A3BE8C", + "currStreakNum" => "#569FBA", + "sideNums" => "#9CCFD8", + "currStreakLabel" => "#E0DEF4", + "sideLabels" => "#E0DEF4", + "dates" => "#F6C177", + "excludeDaysLabel" => "#EB6F92", ], - "black-ice" => [ - "background" => "#151515", - "border" => "#E4E2E2", - "stroke" => "#E4E2E2", - "ring" => "#00E7FF", - "fire" => "#00E7FF", - "currStreakNum" => "#FFF", - "sideNums" => "#FFF", - "currStreakLabel" => "#00E7FF", - "sideLabels" => "#FFF", - "dates" => "#9F9F9F", - "excludeDaysLabel" => "#9F9F9F", + "earth" => [ + "background" => "#1E1615", + "border" => "#BA9D6F", + "stroke" => "#BA9D6F", + "ring" => "#C48519", + "fire" => "#C48519", + "currStreakNum" => "#639E29", + "sideNums" => "#639E29", + "currStreakLabel" => "#C48519", + "sideLabels" => "#C48519", + "dates" => "#BA9D6F", + "excludeDaysLabel" => "#BA9D6F", ], - "soft-green" => [ - "background" => "#222428", - "border" => "#E4E2E2", - "stroke" => "#E4E2E2", - "ring" => "#00DC4D", - "fire" => "#00DC4D", - "currStreakNum" => "#00DC4D", - "sideNums" => "#3DDC77", - "currStreakLabel" => "#00DC4D", - "sideLabels" => "#3DDC77", - "dates" => "#CECECE", - "excludeDaysLabel" => "#CECECE", + "elegant" => [ + "background" => "#03071E", + "border" => "#ABCDEF", + "stroke" => "#ABCDEF", + "ring" => "#CA6702", + "currStreakNum" => "#ABCDEF", + "fire" => "#E85D04", + "sideNums" => "#ABDCFE", + "currStreakLabel" => "#ABCDEF", + "sideLabels" => "#FEDCBA", + "dates" => "#FF7B00", + "excludeDaysLabel" => "#FF7B00", ], - "blood" => [ - "background" => "#FFF", - "border" => "#A8A8A8", - "stroke" => "#A8A8A8", - "ring" => "#FF5F5F", - "fire" => "#357291", - "currStreakNum" => "#FF5F5F", - "sideNums" => "#FF5F5F", - "currStreakLabel" => "#FF5F5F", - "sideLabels" => "#FF5F5F", - "dates" => "#273849", - "excludeDaysLabel" => "#273849", - ], - "blood-dark" => [ - "background" => "#142B37", - "border" => "#E4E2E2", - "stroke" => "#E4E2E2", - "ring" => "#FF5F5F", - "fire" => "#357291", - "currStreakNum" => "#FF5F5F", - "sideNums" => "#FF5F5F", - "currStreakLabel" => "#FF5F5F", - "sideLabels" => "#FF5F5F", - "dates" => "#FFF", - "excludeDaysLabel" => "#FFF", - ], - "green-nur" => [ - "background" => "#0A1E17", - "border" => "#E4E2E2", - "stroke" => "#E4E2E2", - "ring" => "#5AFFC8", - "fire" => "#5AFFC8", - "currStreakNum" => "#5AFFC8", - "sideNums" => "#5AFFC8", - "currStreakLabel" => "#5AFFC8", - "sideLabels" => "#5AFFC8", - "dates" => "#FFF", - "excludeDaysLabel" => "#FFF", - ], - "neon-dark" => [ - "background" => "#020200", - "border" => "#A8A8A8", - "stroke" => "#A8A8A8", - "ring" => "#E41D44", - "fire" => "#E41D44", - "currStreakNum" => "#F9DD3C", - "currStreakLabel" => "#F9DD3C", - "sideNums" => "#5CADC0", - "sideLabels" => "#5CADC0", - "dates" => "#ED7B25", - "excludeDaysLabel" => "#ED7B25", - ], - "neon-palenight" => [ - "background" => "#212237", - "border" => "#A8A8A8", - "stroke" => "#A8A8A8", - "ring" => "#E41D44", - "fire" => "#E41D44", - "currStreakNum" => "#F9DD3C", - "currStreakLabel" => "#F9DD3C", - "sideNums" => "#5CADC0", - "sideLabels" => "#5CADC0", - "dates" => "#ED7B25", - "excludeDaysLabel" => "#ED7B25", - ], - "dark-smoky" => [ - "background" => "#0B0C10", - "border" => "#C5C6C7", - "stroke" => "#C5C6C7", - "ring" => "#EDF5E1", - "fire" => "#EDF5E1", - "currStreakNum" => "#66FCF1", - "currStreakLabel" => "#66FCF1", - "sideNums" => "#EDF5E1", - "sideLabels" => "#EDF5E1", - "dates" => "#45A29E", - "excludeDaysLabel" => "#45A29E", - ], - "monokai-metallian" => [ - "background" => "#1F222E", - "border" => "#FFFFFF", - "currStreakLabel" => "#F85D7F", - "currStreakNum" => "#F8D866", - "dates" => "#9CA2B8", - "excludeDaysLabel" => "#9CA2B8", - "fire" => "#FC9867", - "ring" => "#FC9867", - "sideLabels" => "#F85D7F", - "sideNums" => "#F8D866", - "stroke" => "#4A4F64", + "everforest-dark" => [ + "background" => "#2D353B", + "border" => "#4F585E", + "stroke" => "#4F585E", + "ring" => "#A7C080", + "fire" => "#A7C080", + "currStreakNum" => "#D3C6AA", + "sideNums" => "#A7C080", + "currStreakLabel" => "#D3C6AA", + "sideLabels" => "#A7C080", + "dates" => "#9DA9A0", + "excludeDaysLabel" => "#9DA9A0", ], - "city-lights" => [ - "background" => "#1D252C", - "border" => "#1D252C", - "currStreakLabel" => "#5D8CB3", - "currStreakNum" => "#5D8CB3", - "dates" => "#5D8CB3", - "excludeDaysLabel" => "#5D8CB3", - "fire" => "#718CA1", - "ring" => "#718CA1", - "sideLabels" => "#5D8CB3", - "sideNums" => "#61788A", - "stroke" => "#536676", + "everforest-light" => [ + "background" => "#F2F4EF", + "border" => "#C7CCC2", + "stroke" => "#C7CCC2", + "ring" => "#7F9C6F", + "fire" => "#7F9C6F", + "currStreakNum" => "#55674E", + "sideNums" => "#7F9C6F", + "currStreakLabel" => "#55674E", + "sideLabels" => "#7F9C6F", + "dates" => "#8B9286", + "excludeDaysLabel" => "#8B9286", ], - "blux" => [ - "background" => "#263D46", + "flag-india" => [ + "background" => "#FFFFFF", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#018596", - "fire" => "#28ECFA", - "currStreakNum" => "#28ECFA", - "sideNums" => "#28ECFA", - "currStreakLabel" => "#28ECFA", - "sideLabels" => "#0F80AA", - "dates" => "#FFFFFF", - "excludeDaysLabel" => "#FFFFFF", - ], - "earth" => [ - "background" => "#1E1615", - "border" => "#BA9D6F", - "stroke" => "#BA9D6F", - "ring" => "#C48519", - "fire" => "#C48519", - "currStreakNum" => "#639E29", - "sideNums" => "#639E29", - "currStreakLabel" => "#C48519", - "sideLabels" => "#C48519", - "dates" => "#BA9D6F", - "excludeDaysLabel" => "#BA9D6F", - ], - "deepblue" => [ - "background" => "#165795", - "border" => "#BA9D6F", - "stroke" => "#38DD69", - "ring" => "#37DD57", - "fire" => "#1CD577", - "currStreakNum" => "#639E29", - "sideNums" => "#131662", - "currStreakLabel" => "#0FDD21", - "sideLabels" => "#1ADD40", - "dates" => "#11E2E7", - "excludeDaysLabel" => "#11E2E7", - ], - "holi-theme" => [ - "background" => "#030314", - "border" => "#85A4C0", - "stroke" => "#2A4555", - "ring" => "#D6E7FF", - "currStreakNum" => "#5FABEE", - "fire" => "#D6E7FF", - "sideNums" => "#5FABEE", - "currStreakLabel" => "#D6E7FF", - "sideLabels" => "#D6E7FF", - "dates" => "#85A4C0", - "excludeDaysLabel" => "#85A4C0", - ], - "ayu-light" => [ - "background" => "#FAFAFA", - "border" => "#F0F0F0", - "stroke" => "#BAE67E", - "ring" => "#FF9940", - "currStreakNum" => "#F07171", - "fire" => "#FF9940", - "sideNums" => "#55B4D4", - "currStreakLabel" => "#F07171", - "sideLabels" => "#55B4D4", - "dates" => "#575F66", - "excludeDaysLabel" => "#575F66", + "ring" => "#FF8F1C", + "fire" => "#FF8F1C", + "currStreakNum" => "#250E62", + "sideNums" => "#FF8F1C", + "currStreakLabel" => "#250E62", + "sideLabels" => "#FF8F1C", + "dates" => "#509E2F", + "excludeDaysLabel" => "#509E2F", ], - "javascript" => [ - "background" => "#F7DF1E", + "garden" => [ + "background" => "#094A4A", "border" => "#000000", - "stroke" => "#000000", - "ring" => "#000000", - "currStreakNum" => "#000000", - "fire" => "#000000", - "sideNums" => "#000000", - "currStreakLabel" => "#000000", - "sideLabels" => "#000000", - "dates" => "#000000", - "excludeDaysLabel" => "#000000", - ], - "javascript-dark" => [ - "background" => "#000000", - "border" => "#F7DF1E", - "stroke" => "#F7DF1E", - "ring" => "#F7DF1E", - "currStreakNum" => "#FFFFFF", - "fire" => "#F7DF1E", - "sideNums" => "#FFFFFF", - "currStreakLabel" => "#F7DF1E", - "sideLabels" => "#F7DF1E", - "dates" => "#F7DF1E", - "excludeDaysLabel" => "#F7DF1E", - ], - "noctis-minimus" => [ - "background" => "#1B2932", - "border" => "#F0F0F0", - "stroke" => "#C5CDD3", - "ring" => "#D3B692", - "currStreakNum" => "#72B7C0", - "fire" => "#D3B692", - "sideNums" => "#72B7C0", - "currStreakLabel" => "#72B7C0", - "sideLabels" => "#D3B692", - "dates" => "#C5CDD3", - "excludeDaysLabel" => "#C5CDD3", + "stroke" => "#DDD4A8", + "ring" => "#D2DD3B", + "fire" => "#D2DD3B", + "currStreakNum" => "#D2DD3B", + "sideNums" => "#D2DD3B", + "currStreakLabel" => "#6FDD6C", + "sideLabels" => "#6FDD6C", + "dates" => "#6FDD6C", + "excludeDaysLabel" => "#6FDD6C", ], "github-dark" => [ "background" => "#0D1117", @@ -925,83 +716,18 @@ "dates" => "#9E9E9E", "excludeDaysLabel" => "#9E9E9E", ], - "github-light" => [ - "background" => "#FFFFFF", - "border" => "#39D353", - "stroke" => "#39D353", - "ring" => "#39D353", - "currStreakNum" => "#39D353", - "fire" => "#39D353", - "sideNums" => "#39D353", - "currStreakLabel" => "#24292F", - "sideLabels" => "#24292F", - "dates" => "#1F6FEB", - "excludeDaysLabel" => "#1F6FEB", - ], - "elegant" => [ - "background" => "#03071E", - "border" => "#ABCDEF", - "stroke" => "#ABCDEF", - "ring" => "#CA6702", - "currStreakNum" => "#ABCDEF", - "fire" => "#E85D04", - "sideNums" => "#ABDCFE", - "currStreakLabel" => "#ABCDEF", - "sideLabels" => "#FEDCBA", - "dates" => "#FF7B00", - "excludeDaysLabel" => "#FF7B00", - ], - "leafy" => [ - "background" => "#081C15", - "border" => "#ABCDEF", - "stroke" => "#081C15", - "ring" => "#ABCDEF", - "currStreakNum" => "#FF5400", - "fire" => "#ABCDEF", - "sideNums" => "#FF5400", - "currStreakLabel" => "#FF5400", - "sideLabels" => "#ABCABC", - "dates" => "#FECFEC", - "excludeDaysLabel" => "#FECFEC", - ], - "navy-gear" => [ - "background" => "#000021", - "border" => "#FFFFFF", - "stroke" => "#FFFFFF", - "ring" => "#1FA0DD", - "fire" => "#1FA0DD", - "currStreakNum" => "#C3DD00", - "sideNums" => "#C3DD00", - "currStreakLabel" => "#C3DD00", - "sideLabels" => "#C3DD00", - "dates" => "#1FA0DD", - "excludeDaysLabel" => "#1FA0DD", - ], - "hacker" => [ - "background" => "#000000", - "border" => "#20C20E", - "stroke" => "#20C20E", - "ring" => "#20C20E", - "fire" => "#20C20E", - "currStreakNum" => "#20C20E", - "sideNums" => "#20C20E", - "currStreakLabel" => "#20C20E", - "sideLabels" => "#20C20E", - "dates" => "#20C20E", - "excludeDaysLabel" => "#20C20E", - ], - "garden" => [ - "background" => "#094A4A", - "border" => "#000000", - "stroke" => "#DDD4A8", - "ring" => "#D2DD3B", - "fire" => "#D2DD3B", - "currStreakNum" => "#D2DD3B", - "sideNums" => "#D2DD3B", - "currStreakLabel" => "#6FDD6C", - "sideLabels" => "#6FDD6C", - "dates" => "#6FDD6C", - "excludeDaysLabel" => "#6FDD6C", + "github-dark-dimmed" => [ + "background" => "#24292F", + "border" => "#373E47", + "stroke" => "#539BF5", + "ring" => "#539BF5", + "currStreakNum" => "#ADBAC7", + "fire" => "#539BF5", + "sideNums" => "#ADBAC7", + "currStreakLabel" => "#539BF5", + "sideLabels" => "#539BF5", + "dates" => "#ADBAC7", + "excludeDaysLabel" => "#78818A", ], "github-green-purple" => [ "background" => "#000", @@ -1016,140 +742,127 @@ "dates" => "#FFF", "excludeDaysLabel" => "#FFF", ], - "icegray" => [ + "github-light" => [ "background" => "#FFFFFF", - "border" => "#515151", - "stroke" => "#515151", - "ring" => "#686868", - "fire" => "#969696", - "currStreakNum" => "#3C3C3C", - "sideNums" => "#535353", - "currStreakLabel" => "#515151", - "sideLabels" => "#515151", - "dates" => "#636363", - "excludeDaysLabel" => "#636363", + "border" => "#39D353", + "stroke" => "#39D353", + "ring" => "#39D353", + "currStreakNum" => "#39D353", + "fire" => "#39D353", + "sideNums" => "#39D353", + "currStreakLabel" => "#24292F", + "sideLabels" => "#24292F", + "dates" => "#1F6FEB", + "excludeDaysLabel" => "#1F6FEB", ], - "neon-blurange" => [ - "background" => "#030D6B", - "border" => "#C7CCFF", - "stroke" => "#C7CCFF", - "ring" => "#FB750B", - "fire" => "#FB750B", - "currStreakNum" => "#25FB88", - "sideNums" => "#FB750B", - "currStreakLabel" => "#25FB88", - "sideLabels" => "#25FB88", - "dates" => "#C7CCFF", - "excludeDaysLabel" => "#C7CCFF", + "gotham" => [ + "background" => "#0C1014", + "border" => "#E4E2E2", + "stroke" => "#E4E2E2", + "ring" => "#2AA889", + "fire" => "#2AA889", + "currStreakNum" => "#599CAB", + "sideNums" => "#2AA889", + "currStreakLabel" => "#599CAB", + "sideLabels" => "#2AA889", + "dates" => "#99D1CE", + "excludeDaysLabel" => "#99D1CE", ], - "yellowdark" => [ - "background" => "#000000", - "border" => "#000000", - "stroke" => "#A5A5A5", - "ring" => "#FFEF00", - "fire" => "#FF8000", - "currStreakNum" => "#FFEF00", - "sideNums" => "#FFEF00", - "currStreakLabel" => "#FFEF00", - "sideLabels" => "#FFEF00", - "dates" => "#A5A5A5", - "excludeDaysLabel" => "#A5A5A5", + "graywhite" => [ + "background" => "#FFFFFF", + "border" => "#ABABAB", + "stroke" => "#ABABAB", + "ring" => "#24292E", + "fire" => "#24292E", + "currStreakNum" => "#24292E", + "sideNums" => "#24292E", + "currStreakLabel" => "#24292E", + "sideLabels" => "#24292E", + "dates" => "#24292E", + "excludeDaysLabel" => "#24292E", ], - "java-dark" => [ - "background" => "#000000", - "border" => "#F89820", - "stroke" => "#F89820", - "ring" => "#F89820", - "fire" => "#F89820", - "currStreakNum" => "#5382A1", - "sideNums" => "#5382A1", - "currStreakLabel" => "#F89820", - "sideLabels" => "#F89820", - "dates" => "#5382A1", - "excludeDaysLabel" => "#5382A1", + "great-gatsby" => [ + "background" => "#000", + "border" => "#E4E2E2", + "stroke" => "#E4E2E2", + "ring" => "#FFA726", + "fire" => "#FFA726", + "currStreakNum" => "#FFB74D", + "sideNums" => "#FFA726", + "currStreakLabel" => "#FFB74D", + "sideLabels" => "#FFA726", + "dates" => "#FFD95B", + "excludeDaysLabel" => "#FFD95B", ], - "android-dark" => [ - "background" => "#000000", - "border" => "#3DDC84", - "stroke" => "#3DDC84", - "ring" => "#3DDC84", - "fire" => "#3DDC84", - "currStreakNum" => "#3DDC84", - "sideNums" => "#3DDC84", - "currStreakLabel" => "#3DDC84", - "sideLabels" => "#3DDC84", - "dates" => "#3DDC84", - "excludeDaysLabel" => "#3DDC84", + "green-nur" => [ + "background" => "#0A1E17", + "border" => "#E4E2E2", + "stroke" => "#E4E2E2", + "ring" => "#5AFFC8", + "fire" => "#5AFFC8", + "currStreakNum" => "#5AFFC8", + "sideNums" => "#5AFFC8", + "currStreakLabel" => "#5AFFC8", + "sideLabels" => "#5AFFC8", + "dates" => "#FFF", + "excludeDaysLabel" => "#FFF", ], - "deuteranopia-friendly-theme" => [ - "background" => "#000000", + "gruvbox" => [ + "background" => "#282828", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#E69F00", - "fire" => "#E69F00", - "currStreakNum" => "#56B4E9", - "sideNums" => "#F0E442", - "currStreakLabel" => "#0072B2", - "sideLabels" => "#CC79A7", - "dates" => "#009E73", - "excludeDaysLabel" => "#009E73", + "ring" => "#FABD2F", + "fire" => "#FABD2F", + "currStreakNum" => "#FE8019", + "sideNums" => "#FABD2F", + "currStreakLabel" => "#FE8019", + "sideLabels" => "#FABD2F", + "dates" => "#8EC07C", + "excludeDaysLabel" => "#8EC07C", ], - "windows-dark" => [ - "background" => "#000000", - "border" => "#00A4EF", - "stroke" => "#00A4EF", - "ring" => "#00A4EF", - "fire" => "#00A4EF", - "currStreakNum" => "#00A4EF", - "sideNums" => "#00A4EF", - "currStreakLabel" => "#00A4EF", - "sideLabels" => "#00A4EF", - "dates" => "#00A4EF", - "excludeDaysLabel" => "#00A4EF", + "gruvbox-duo" => [ + "background" => "#0000", + "border" => "#A8A8A8", + "stroke" => "#A8A8A8", + "ring" => "#FABD2F", + "fire" => "#FABD2F", + "currStreakNum" => "#FE8019", + "sideNums" => "#FABD2F", + "currStreakLabel" => "#FE8019", + "sideLabels" => "#FABD2F", + "dates" => "#8EC07C", + "excludeDaysLabel" => "#8EC07C", ], - "git-dark" => [ - "background" => "#000000", - "border" => "#F05033", - "stroke" => "#F05033", - "ring" => "#F05033", - "fire" => "#F05033", - "currStreakNum" => "#F05033", - "sideNums" => "#F05033", - "currStreakLabel" => "#F05033", - "sideLabels" => "#F05033", - "dates" => "#F05033", - "excludeDaysLabel" => "#F05033", + "gruvbox-light" => [ + "background" => "#FBF1C7", + "border" => "#E4E2E2", + "stroke" => "#E4E2E2", + "ring" => "#B57614", + "fire" => "#B57614", + "currStreakNum" => "#AF3A03", + "sideNums" => "#B57614", + "currStreakLabel" => "#AF3A03", + "sideLabels" => "#B57614", + "dates" => "#427B58", + "excludeDaysLabel" => "#427B58", ], - "python-dark" => [ + "hacker" => [ "background" => "#000000", - "border" => "#4B8BBE", - "stroke" => "#4B8BBE", - "ring" => "#FFD43B", - "fire" => "#FFD43B", - "currStreakNum" => "#4B8BBE", - "sideNums" => "#4B8BBE", - "currStreakLabel" => "#FFD43B", - "sideLabels" => "#FFD43B", - "dates" => "#FFD43B", - "excludeDaysLabel" => "#FFD43B", - ], - "sea" => [ - "background" => "#1565C0", - "border" => "#FFFFFF", - "stroke" => "#FFFFFF", - "ring" => "#FFFFFF", - "fire" => "#FFFFFF", - "currStreakNum" => "#FFFFFF", - "sideNums" => "#FFFFFF", - "currStreakLabel" => "#FFFFFF", - "sideLabels" => "#FFFFFF", - "dates" => "#FFFFFF", - "excludeDaysLabel" => "#FFFFFF", + "border" => "#20C20E", + "stroke" => "#20C20E", + "ring" => "#20C20E", + "fire" => "#20C20E", + "currStreakNum" => "#20C20E", + "sideNums" => "#20C20E", + "currStreakLabel" => "#20C20E", + "sideLabels" => "#20C20E", + "dates" => "#20C20E", + "excludeDaysLabel" => "#20C20E", ], - "sea-dark" => [ - "background" => "#00C0FF", + "hacker-inverted" => [ + "background" => "#20C20E", "border" => "#000000", - "stroke" => "#00546F", + "stroke" => "#000000", "ring" => "#000000", "fire" => "#000000", "currStreakNum" => "#000000", @@ -1159,18 +872,44 @@ "dates" => "#000000", "excludeDaysLabel" => "#000000", ], - "violet-dark" => [ + "halloween" => [ + "background" => "#1C1A2B", + "border" => "#FFC400", + "stroke" => "#FFC400", + "ring" => "#FDEF49", + "fire" => "#FDEF49", + "currStreakNum" => "#FFC400", + "sideNums" => "#FFC400", + "currStreakLabel" => "#FB9600", + "sideLabels" => "#FB9600", + "dates" => "#FFC400", + "excludeDaysLabel" => "#FFC400", + ], + "highcontrast" => [ "background" => "#000000", - "border" => "#FF0089", - "stroke" => "#FF0089", - "ring" => "#FF0089", - "fire" => "#FF0089", - "currStreakNum" => "#FF0089", - "sideNums" => "#FF0089", - "currStreakLabel" => "#FF0089", - "sideLabels" => "#FF0089", - "dates" => "#FF0089", - "excludeDaysLabel" => "#FF0089", + "border" => "#BEBEBE", + "stroke" => "#BEBEBE", + "ring" => "#FB8C00", + "fire" => "#FB8C00", + "currStreakNum" => "#FFFFFF", + "sideNums" => "#FFFFFF", + "currStreakLabel" => "#FB8C00", + "sideLabels" => "#FFFFFF", + "dates" => "#C5C5C5", + "excludeDaysLabel" => "#C5C5C5", + ], + "holi-theme" => [ + "background" => "#030314", + "border" => "#85A4C0", + "stroke" => "#2A4555", + "ring" => "#D6E7FF", + "currStreakNum" => "#5FABEE", + "fire" => "#D6E7FF", + "sideNums" => "#5FABEE", + "currStreakLabel" => "#D6E7FF", + "sideLabels" => "#D6E7FF", + "dates" => "#85A4C0", + "excludeDaysLabel" => "#85A4C0", ], "horizon" => [ "background" => "#1C1E26", @@ -1185,213 +924,278 @@ "dates" => "#FAB795", "excludeDaysLabel" => "#FAB795", ], - "modern-lilac" => [ - "background" => "#0A0E12", - "border" => "#1C1E26", - "stroke" => "#1C1E26", - "ring" => "#5D417A", - "fire" => "#5D417A", - "currStreakNum" => "#FAB795", - "sideNums" => "#C770F0", - "currStreakLabel" => "#FAB795", - "sideLabels" => "#C770F0", - "dates" => "#FAB795", - "excludeDaysLabel" => "#FAB795", + "humoris" => [ + "background" => "#DFAF77", + "border" => "#E8E6E4", + "stroke" => "#191919", + "ring" => "#683C2C", + "fire" => "#191419", + "currStreakNum" => "#191419", + "sideNums" => "#191419", + "currStreakLabel" => "#393C3C", + "sideLabels" => "#393C3C", + "dates" => "#444444", + "excludeDaysLabel" => "#444444", ], - "modern-lilac2" => [ - "background" => "#0A0E12", - "border" => "#1C1E26", - "stroke" => "#1C1E26", - "ring" => "#5D417A", - "fire" => "#5D417A", - "currStreakNum" => "#FFFFFF", - "sideNums" => "#C770F0", - "currStreakLabel" => "#FFFFFF", - "sideLabels" => "#C770F0", - "dates" => "#FFFFFF", - "excludeDaysLabel" => "#FFFFFF", + "iceberg" => [ + "background" => "#1E2132", + "border" => "#33374C", + "stroke" => "#33374C", + "ring" => "#84A0C6", + "fire" => "#84A0C6", + "currStreakNum" => "#D2D4DE", + "sideNums" => "#327698", + "currStreakLabel" => "#D2D4DE", + "sideLabels" => "#D2D4DE", + "dates" => "#327698", + "excludeDaysLabel" => "#84A0C6", ], - "halloween" => [ - "background" => "#1C1A2B", - "border" => "#FFC400", - "stroke" => "#FFC400", - "ring" => "#FDEF49", - "fire" => "#FDEF49", - "currStreakNum" => "#FFC400", - "sideNums" => "#FFC400", - "currStreakLabel" => "#FB9600", - "sideLabels" => "#FB9600", - "dates" => "#FFC400", - "excludeDaysLabel" => "#FFC400", + "icegray" => [ + "background" => "#FFFFFF", + "border" => "#515151", + "stroke" => "#515151", + "ring" => "#686868", + "fire" => "#969696", + "currStreakNum" => "#3C3C3C", + "sideNums" => "#535353", + "currStreakLabel" => "#515151", + "sideLabels" => "#515151", + "dates" => "#636363", + "excludeDaysLabel" => "#636363", ], - "violet-punch" => [ + "java-dark" => [ "background" => "#000000", - "border" => "#E4E2E2", - "stroke" => "#B170FC", - "ring" => "#3934DD", - "fire" => "#D0DDAD", - "currStreakNum" => "#CB0B45", - "sideNums" => "#7B43FF", - "currStreakLabel" => "#AFB5DD", - "sideLabels" => "#AFB5DD", - "dates" => "#DDDDDD", - "excludeDaysLabel" => "#DDDDDD", + "border" => "#F89820", + "stroke" => "#F89820", + "ring" => "#F89820", + "fire" => "#F89820", + "currStreakNum" => "#5382A1", + "sideNums" => "#5382A1", + "currStreakLabel" => "#F89820", + "sideLabels" => "#F89820", + "dates" => "#5382A1", + "excludeDaysLabel" => "#5382A1", ], - "submarine-flowers" => [ - "background" => "#013E4E", - "border" => "#013E4E", - "stroke" => "#48FF50", - "ring" => "#FF8888", - "fire" => "#FF8888", - "currStreakNum" => "#FFF000", - "sideNums" => "#FFF000", - "currStreakLabel" => "#FFF000", - "sideLabels" => "#FF8888", - "dates" => "#FF8650", - "excludeDaysLabel" => "#FF8650", + "javascript" => [ + "background" => "#F7DF1E", + "border" => "#000000", + "stroke" => "#000000", + "ring" => "#000000", + "currStreakNum" => "#000000", + "fire" => "#000000", + "sideNums" => "#000000", + "currStreakLabel" => "#000000", + "sideLabels" => "#000000", + "dates" => "#000000", + "excludeDaysLabel" => "#000000", ], - "rising-sun" => [ - "background" => "#0C1116", - "border" => "#E4E3E3", - "stroke" => "#E4E3E3", - "ring" => "#F6882B", + "javascript-dark" => [ + "background" => "#000000", + "border" => "#F7DF1E", + "stroke" => "#F7DF1E", + "ring" => "#F7DF1E", "currStreakNum" => "#FFFFFF", - "fire" => "#F6882B", + "fire" => "#F7DF1E", "sideNums" => "#FFFFFF", - "currStreakLabel" => "#FFF7ED", - "sideLabels" => "#FFF7ED", - "dates" => "#F6882B", - "excludeDaysLabel" => "#F6882B", + "currStreakLabel" => "#F7DF1E", + "sideLabels" => "#F7DF1E", + "dates" => "#F7DF1E", + "excludeDaysLabel" => "#F7DF1E", ], - "gruvbox-light" => [ - "background" => "#FBF1C7", + "jolly" => [ + "background" => "#291B3E", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#B57614", - "fire" => "#B57614", - "currStreakNum" => "#AF3A03", - "sideNums" => "#B57614", - "currStreakLabel" => "#AF3A03", - "sideLabels" => "#B57614", - "dates" => "#427B58", - "excludeDaysLabel" => "#427B58", + "ring" => "#FF64DA", + "fire" => "#FF64DA", + "currStreakNum" => "#A960FF", + "sideNums" => "#FF64DA", + "currStreakLabel" => "#A960FF", + "sideLabels" => "#FF64DA", + "dates" => "#FFFFFF", + "excludeDaysLabel" => "#FFFFFF", ], - "outrun" => [ - "background" => "#141439", + "kacho-ga" => [ + "background" => "#402B23", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#FFCC00", - "fire" => "#FFCC00", - "currStreakNum" => "#FF1AFF", - "sideNums" => "#FFCC00", - "currStreakLabel" => "#FF1AFF", - "sideLabels" => "#FFCC00", - "dates" => "#8080FF", - "excludeDaysLabel" => "#8080FF", + "ring" => "#BF4A3F", + "fire" => "#BF4A3F", + "currStreakNum" => "#A64833", + "sideNums" => "#BF4A3F", + "currStreakLabel" => "#A64833", + "sideLabels" => "#BF4A3F", + "dates" => "#D9C8A9", + "excludeDaysLabel" => "#D9C8A9", ], - "ocean-dark" => [ - "background" => "#151A28", - "border" => "#E4E2E2", - "stroke" => "#E4E2E2", - "ring" => "#8957B2", - "fire" => "#8957B2", - "currStreakNum" => "#FFFFFF", - "sideNums" => "#8957B2", - "currStreakLabel" => "#FFFFFF", - "sideLabels" => "#8957B2", - "dates" => "#92D534", - "excludeDaysLabel" => "#92D534", + "kanagawa-paper" => [ + "background" => "#1F1F28", + "border" => "#54546D", + "stroke" => "#727169", + "ring" => "#7FB4CA", + "fire" => "#E46876", + "currStreakNum" => "#98BB6C", + "sideNums" => "#7E9CD8", + "currStreakLabel" => "#E6C384", + "sideLabels" => "#7AA89F", + "dates" => "#C4B28A", + "excludeDaysLabel" => "#C8C093", ], - "discord-old-blurple" => [ - "background" => "#2C2F33", + "leafy" => [ + "background" => "#081C15", + "border" => "#ABCDEF", + "stroke" => "#081C15", + "ring" => "#ABCDEF", + "currStreakNum" => "#FF5400", + "fire" => "#ABCDEF", + "sideNums" => "#FF5400", + "currStreakLabel" => "#FF5400", + "sideLabels" => "#ABCABC", + "dates" => "#FECFEC", + "excludeDaysLabel" => "#FECFEC", + ], + "maroongold" => [ + "background" => "#260000", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#7289DA", - "fire" => "#7289DA", - "currStreakNum" => "#7289DA", - "sideNums" => "#7289DA", - "currStreakLabel" => "#7289DA", - "sideLabels" => "#7289DA", - "dates" => "#FFFFFF", - "excludeDaysLabel" => "#FFFFFF", + "ring" => "#F7EF8A", + "fire" => "#F7EF8A", + "currStreakNum" => "#F7EF8A", + "sideNums" => "#F7EF8A", + "currStreakLabel" => "#F7EF8A", + "sideLabels" => "#F7EF8A", + "dates" => "#E0AA3E", + "excludeDaysLabel" => "#E0AA3E", ], - "aura-dark" => [ - "background" => "#252334", + "material" => [ + "background" => "#263238", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#FF7372", - "fire" => "#FF7372", - "currStreakNum" => "#6CFFD0", - "sideNums" => "#FF7372", - "currStreakLabel" => "#6CFFD0", - "sideLabels" => "#FF7372", - "dates" => "#DBDBDB", - "excludeDaysLabel" => "#DBDBDB", + "ring" => "#80CBC4", + "fire" => "#80CBC4", + "currStreakNum" => "#FFAB91", + "sideNums" => "#80CBC4", + "currStreakLabel" => "#FFAB91", + "sideLabels" => "#80CBC4", + "dates" => "#B0BEC5", + "excludeDaysLabel" => "#B0BEC5", ], - "panda" => [ - "background" => "#31353A", + "material-palenight" => [ + "background" => "#292D3E", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#19F9D899", - "fire" => "#19F9D899", - "currStreakNum" => "#19F9D899", - "sideNums" => "#19F9D899", - "currStreakLabel" => "#19F9D899", - "sideLabels" => "#19F9D899", - "dates" => "#FF75B5", - "excludeDaysLabel" => "#FF75B5", + "ring" => "#C792EA", + "fire" => "#C792EA", + "currStreakNum" => "#89DDFF", + "sideNums" => "#C792EA", + "currStreakLabel" => "#89DDFF", + "sideLabels" => "#C792EA", + "dates" => "#A6ACCD", + "excludeDaysLabel" => "#A6ACCD", ], - "cobalt2" => [ - "background" => "#193549", + "merko" => [ + "background" => "#0A0F0B", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#FFC600", - "fire" => "#FFC600", + "ring" => "#ABD200", + "fire" => "#ABD200", + "currStreakNum" => "#B7D364", + "sideNums" => "#ABD200", + "currStreakLabel" => "#B7D364", + "sideLabels" => "#ABD200", + "dates" => "#68B587", + "excludeDaysLabel" => "#68B587", + ], + "meta-dark" => [ + "background" => "#1C2B33", + "border" => "#FFFFFF", + "stroke" => "#FFFFFF", + "ring" => "#0081FB", + "fire" => "#006EE9", "currStreakNum" => "#FFFFFF", - "sideNums" => "#FFC600", + "sideNums" => "#FFFFFF", "currStreakLabel" => "#FFFFFF", - "sideLabels" => "#FFC600", - "dates" => "#0088FF", - "excludeDaysLabel" => "#0088FF", + "sideLabels" => "#FFFFFF", + "dates" => "#FFFFFF", + "excludeDaysLabel" => "#FFFFFF", ], - "swift" => [ - "background" => "#F7F7F7", - "border" => "#E4E2E2", - "stroke" => "#E4E2E2", - "ring" => "#000000", - "fire" => "#000000", - "currStreakNum" => "#F05237", - "sideNums" => "#000000", - "currStreakLabel" => "#F05237", - "sideLabels" => "#000000", - "dates" => "#000000", - "excludeDaysLabel" => "#000000", + "meta-light" => [ + "background" => "#FFFFFF", + "border" => "#1C2B33", + "stroke" => "#1C2B33", + "ring" => "#0081FB", + "fire" => "#006EE9", + "currStreakNum" => "#1C2B33", + "sideNums" => "#1C2B33", + "currStreakLabel" => "#1C2B33", + "sideLabels" => "#1C2B33", + "dates" => "#1C2B33", + "excludeDaysLabel" => "#1C2B33", ], - "aura" => [ - "background" => "#15141B", - "border" => "#E4E2E2", - "stroke" => "#E4E2E2", - "ring" => "#A277FF", - "fire" => "#A277FF", - "currStreakNum" => "#FFCA85", - "sideNums" => "#A277FF", - "currStreakLabel" => "#FFCA85", - "sideLabels" => "#A277FF", - "dates" => "#61FFCA", - "excludeDaysLabel" => "#61FFCA", + "microsoft" => [ + "background" => "#FFFFFF", + "border" => "#737373", + "stroke" => "#737373", + "ring" => "#7FBA00", + "fire" => "#F25022", + "currStreakNum" => "#00A4EF", + "sideNums" => "#FFB900", + "currStreakLabel" => "#00A4EF", + "sideLabels" => "#FFB900", + "dates" => "#7FBA00", + "excludeDaysLabel" => "#7FBA00", ], - "apprentice" => [ - "background" => "#262626", + "microsoft-dark" => [ + "background" => "#000000", + "border" => "#737373", + "stroke" => "#737373", + "ring" => "#7FBA00", + "fire" => "#F25022", + "currStreakNum" => "#00A4EF", + "sideNums" => "#FFB900", + "currStreakLabel" => "#00A4EF", + "sideLabels" => "#FFB900", + "dates" => "#7FBA00", + "excludeDaysLabel" => "#7FBA00", + ], + "midnight-purple" => [ + "background" => "#000000", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#FFFFFF", - "fire" => "#FFFFFF", - "currStreakNum" => "#FFFFAF", - "sideNums" => "#FFFFFF", - "currStreakLabel" => "#FFFFAF", - "sideLabels" => "#FFFFFF", - "dates" => "#BCBCBC", - "excludeDaysLabel" => "#BCBCBC", + "ring" => "#9745F5", + "fire" => "#9745F5", + "currStreakNum" => "#9F4BFF", + "sideNums" => "#9745F5", + "currStreakLabel" => "#9F4BFF", + "sideLabels" => "#9745F5", + "dates" => "#FFFFFF", + "excludeDaysLabel" => "#FFFFFF", + ], + "modern-lilac" => [ + "background" => "#0A0E12", + "border" => "#1C1E26", + "stroke" => "#1C1E26", + "ring" => "#5D417A", + "fire" => "#5D417A", + "currStreakNum" => "#FAB795", + "sideNums" => "#C770F0", + "currStreakLabel" => "#FAB795", + "sideLabels" => "#C770F0", + "dates" => "#FAB795", + "excludeDaysLabel" => "#FAB795", + ], + "modern-lilac2" => [ + "background" => "#0A0E12", + "border" => "#1C1E26", + "stroke" => "#1C1E26", + "ring" => "#5D417A", + "fire" => "#5D417A", + "currStreakNum" => "#FFFFFF", + "sideNums" => "#C770F0", + "currStreakLabel" => "#FFFFFF", + "sideLabels" => "#C770F0", + "dates" => "#FFFFFF", + "excludeDaysLabel" => "#FFFFFF", ], "moltack" => [ "background" => "#F5E1C0", @@ -1406,70 +1210,44 @@ "dates" => "#574038", "excludeDaysLabel" => "#574038", ], - "codestackr" => [ - "background" => "#09131B", + "monokai" => [ + "background" => "#272822", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#FF652F", - "fire" => "#FF652F", - "currStreakNum" => "#FFE400", - "sideNums" => "#FF652F", - "currStreakLabel" => "#FFE400", - "sideLabels" => "#FF652F", - "dates" => "#FFFFFF", - "excludeDaysLabel" => "#FFFFFF", + "ring" => "#EB1F6A", + "fire" => "#EB1F6A", + "currStreakNum" => "#E28905", + "sideNums" => "#EB1F6A", + "currStreakLabel" => "#E28905", + "sideLabels" => "#EB1F6A", + "dates" => "#F1F1EB", + "excludeDaysLabel" => "#F1F1EB", ], - "rose-pine" => [ - "background" => "#191724", - "border" => "#E4E2E2", - "stroke" => "#E4E2E2", - "ring" => "#9CCFD8", - "fire" => "#9CCFD8", - "currStreakNum" => "#EBBCBA", - "sideNums" => "#9CCFD8", - "currStreakLabel" => "#EBBCBA", - "sideLabels" => "#9CCFD8", - "dates" => "#E0DEF4", - "excludeDaysLabel" => "#E0DEF4", - ], - "date-night" => [ - "background" => "#170F0C", - "border" => "#E4E2E2", - "stroke" => "#E4E2E2", - "ring" => "#DA7885", - "fire" => "#DA7885", - "currStreakNum" => "#BB8470", - "sideNums" => "#DA7885", - "currStreakLabel" => "#BB8470", - "sideLabels" => "#DA7885", - "dates" => "#E1B2A2", - "excludeDaysLabel" => "#E1B2A2", - ], - "one-dark-pro" => [ - "background" => "#23272E", - "border" => "#E4E2E2", - "stroke" => "#E4E2E2", - "ring" => "#61AFEF", - "fire" => "#61AFEF", - "currStreakNum" => "#C678DD", - "sideNums" => "#61AFEF", - "currStreakLabel" => "#C678DD", - "sideLabels" => "#61AFEF", - "dates" => "#E5C06E", - "excludeDaysLabel" => "#E5C06E", + "monokai-metallian" => [ + "background" => "#1F222E", + "border" => "#FFFFFF", + "currStreakLabel" => "#F85D7F", + "currStreakNum" => "#F8D866", + "dates" => "#9CA2B8", + "excludeDaysLabel" => "#9CA2B8", + "fire" => "#FC9867", + "ring" => "#FC9867", + "sideLabels" => "#F85D7F", + "sideNums" => "#F8D866", + "stroke" => "#4A4F64", ], - "rose" => [ - "background" => "#E9D8D4", - "border" => "#E4E2E2", - "stroke" => "#E4E2E2", - "ring" => "#8D192B", - "fire" => "#8D192B", - "currStreakNum" => "#B71F36", - "sideNums" => "#8D192B", - "currStreakLabel" => "#B71F36", - "sideLabels" => "#8D192B", - "dates" => "#862931", - "excludeDaysLabel" => "#862931", + "navy-gear" => [ + "background" => "#000021", + "border" => "#FFFFFF", + "stroke" => "#FFFFFF", + "ring" => "#1FA0DD", + "fire" => "#1FA0DD", + "currStreakNum" => "#C3DD00", + "sideNums" => "#C3DD00", + "currStreakLabel" => "#C3DD00", + "sideLabels" => "#C3DD00", + "dates" => "#1FA0DD", + "excludeDaysLabel" => "#1FA0DD", ], "neon" => [ "background" => "#000000", @@ -1484,18 +1262,135 @@ "dates" => "#FFF5B7", "excludeDaysLabel" => "#FFF5B7", ], - "sunset-gradient" => [ - "background" => "45,8A2386,E94056,F27120", - "border" => "#850000", - "stroke" => "#FFFFFF", - "ring" => "#FB8C00", - "fire" => "#FB8C00", + "neon-blurange" => [ + "background" => "#030D6B", + "border" => "#C7CCFF", + "stroke" => "#C7CCFF", + "ring" => "#FB750B", + "fire" => "#FB750B", + "currStreakNum" => "#25FB88", + "sideNums" => "#FB750B", + "currStreakLabel" => "#25FB88", + "sideLabels" => "#25FB88", + "dates" => "#C7CCFF", + "excludeDaysLabel" => "#C7CCFF", + ], + "neon-dark" => [ + "background" => "#020200", + "border" => "#A8A8A8", + "stroke" => "#A8A8A8", + "ring" => "#E41D44", + "fire" => "#E41D44", + "currStreakNum" => "#F9DD3C", + "currStreakLabel" => "#F9DD3C", + "sideNums" => "#5CADC0", + "sideLabels" => "#5CADC0", + "dates" => "#ED7B25", + "excludeDaysLabel" => "#ED7B25", + ], + "neon-palenight" => [ + "background" => "#212237", + "border" => "#A8A8A8", + "stroke" => "#A8A8A8", + "ring" => "#E41D44", + "fire" => "#E41D44", + "currStreakNum" => "#F9DD3C", + "currStreakLabel" => "#F9DD3C", + "sideNums" => "#5CADC0", + "sideLabels" => "#5CADC0", + "dates" => "#ED7B25", + "excludeDaysLabel" => "#ED7B25", + ], + "nightfox" => [ + "background" => "#192330", + "border" => "#393B44", + "stroke" => "#C94F6D", + "ring" => "#6C9581C8", + "fire" => "#81B29A", + "currStreakNum" => "#719CD6", + "sideNums" => "#63CDCF", + "currStreakLabel" => "#DFDFE0", + "sideLabels" => "#DFDFE0", + "dates" => "#DBC074", + "excludeDaysLabel" => "#C94F6D", + ], + "nightowl" => [ + "background" => "#011627", + "border" => "#E4E2E2", + "stroke" => "#E4E2E2", + "ring" => "#C792EA", + "fire" => "#C792EA", + "currStreakNum" => "#FFEB95", + "sideNums" => "#C792EA", + "currStreakLabel" => "#FFEB95", + "sideLabels" => "#C792EA", + "dates" => "#7FDBCA", + "excludeDaysLabel" => "#7FDBCA", + ], + "noctis-minimus" => [ + "background" => "#1B2932", + "border" => "#F0F0F0", + "stroke" => "#C5CDD3", + "ring" => "#D3B692", + "currStreakNum" => "#72B7C0", + "fire" => "#D3B692", + "sideNums" => "#72B7C0", + "currStreakLabel" => "#72B7C0", + "sideLabels" => "#D3B692", + "dates" => "#C5CDD3", + "excludeDaysLabel" => "#C5CDD3", + ], + "nord" => [ + "background" => "#2E3440", + "border" => "#E4E2E2", + "stroke" => "#E4E2E2", + "ring" => "#81A1C1", + "fire" => "#81A1C1", + "currStreakNum" => "#88C0D0", + "sideNums" => "#81A1C1", + "currStreakLabel" => "#88C0D0", + "sideLabels" => "#81A1C1", + "dates" => "#D8DEE9", + "excludeDaysLabel" => "#D8DEE9", + ], + "nord-aurora" => [ + "background" => "#4C566A", + "border" => "#8FBCBB", + "stroke" => "#D8DEE9", + "ring" => "#A3BE8C", + "fire" => "#BF616A", + "currStreakNum" => "#A3BE8C", + "sideNums" => "#B48EAD", + "currStreakLabel" => "#EBCB8B", + "sideLabels" => "#D08770", + "dates" => "#88C0D0", + "excludeDaysLabel" => "#81A1C1", + ], + "nordfox" => [ + "background" => "#2E3440", + "border" => "#3B4252", + "stroke" => "#BF616A", + "ring" => "#A3BE8CC8", + "fire" => "#A3BE8C", + "currStreakNum" => "#81A1C1", + "sideNums" => "#88C0D0", + "currStreakLabel" => "#E5E9F0", + "sideLabels" => "#E5E9F0", + "dates" => "#EBCB8B", + "excludeDaysLabel" => "#BF616A", + ], + "ocean-dark" => [ + "background" => "#151A28", + "border" => "#E4E2E2", + "stroke" => "#E4E2E2", + "ring" => "#8957B2", + "fire" => "#8957B2", "currStreakNum" => "#FFFFFF", - "sideNums" => "#FFFFFF", + "sideNums" => "#8957B2", "currStreakLabel" => "#FFFFFF", - "sideLabels" => "#FFFFFF", - "dates" => "#FFFFFF", - "excludeDaysLabel" => "#FFFFFF", + "sideLabels" => "#8957B2", + "dates" => "#92D534", + "excludeDaysLabel" => "#92D534", ], "ocean-gradient" => [ "background" => "90,0093EA,80D0C8,80D0C8", @@ -1510,109 +1405,291 @@ "dates" => "#FFFFFF", "excludeDaysLabel" => "#FFFFFF", ], - "ambient-gradient" => [ - "background" => "35,4158D0,C850C0,FFCC70", - "border" => "#AE58A1", - "stroke" => "#FFFFFF", - "ring" => "#FFFFFF", - "fire" => "#FFFFFF", - "currStreakNum" => "#FFFFFF", - "sideNums" => "#FFFFFF", - "currStreakLabel" => "#FFFFFF", - "sideLabels" => "#FFFFFF", - "dates" => "#FFFFFF", - "excludeDaysLabel" => "#FFFFFF", + "oceanic-next" => [ + "background" => "#1B2B34", + "border" => "#343D46", + "stroke" => "#4F5B66", + "ring" => "#6699CC", + "fire" => "#EC5F67", + "currStreakNum" => "#99C794", + "sideNums" => "#6699CC", + "currStreakLabel" => "#FAC863", + "sideLabels" => "#5FB3B3", + "dates" => "#A7ADBA", + "excludeDaysLabel" => "#A7ADBA", ], - "catppuccin-latte" => [ - "background" => "#EFF1F5", + "omni" => [ + "background" => "#191622", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#179299", - "fire" => "#179299", - "currStreakNum" => "#8839EF", - "sideNums" => "#4C4F69", - "currStreakLabel" => "#8839EF", - "sideLabels" => "#4C4F69", - "dates" => "#5C5F77", - "excludeDaysLabel" => "#5C5F77", + "ring" => "#FF79C6", + "fire" => "#FF79C6", + "currStreakNum" => "#E7DE79", + "sideNums" => "#FF79C6", + "currStreakLabel" => "#E7DE79", + "sideLabels" => "#FF79C6", + "dates" => "#E1E1E6", + "excludeDaysLabel" => "#E1E1E6", ], - "catppuccin-frappe" => [ - "background" => "#303446", + "onedark" => [ + "background" => "#282C34", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#81C8BE", - "fire" => "#81C8BE", - "currStreakNum" => "#CA9EE6", - "sideNums" => "#C6D0F5", - "currStreakLabel" => "#CA9EE6", - "sideLabels" => "#C6D0F5", - "dates" => "#B5BFE2", - "excludeDaysLabel" => "#B5BFE2", + "ring" => "#E4BF7A", + "fire" => "#E4BF7A", + "currStreakNum" => "#8EB573", + "sideNums" => "#E4BF7A", + "currStreakLabel" => "#8EB573", + "sideLabels" => "#E4BF7A", + "dates" => "#DF6D74", + "excludeDaysLabel" => "#DF6D74", ], - "catppuccin-macchiato" => [ - "background" => "#24273A", + "onedark-duo" => [ + "background" => "#0000", + "border" => "#A8A8A8", + "stroke" => "#A8A8A8", + "ring" => "#E4BF7A", + "fire" => "#E4BF7A", + "currStreakNum" => "#8EB573", + "sideNums" => "#E4BF7A", + "currStreakLabel" => "#8EB573", + "sideLabels" => "#E4BF7A", + "dates" => "#DF6D74", + "excludeDaysLabel" => "#DF6D74", + ], + "one-dark-pro" => [ + "background" => "#23272E", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#8BD5CA", - "fire" => "#8BD5CA", - "currStreakNum" => "#C6A0F6", - "sideNums" => "#CAD3F5", - "currStreakLabel" => "#C6A0F6", - "sideLabels" => "#CAD3F5", - "dates" => "#B8C0E0", - "excludeDaysLabel" => "#B8C0E0", + "ring" => "#61AFEF", + "fire" => "#61AFEF", + "currStreakNum" => "#C678DD", + "sideNums" => "#61AFEF", + "currStreakLabel" => "#C678DD", + "sideLabels" => "#61AFEF", + "dates" => "#E5C06E", + "excludeDaysLabel" => "#E5C06E", ], - "catppuccin-mocha" => [ - "background" => "#1E1E2E", + "outrun" => [ + "background" => "#141439", "border" => "#E4E2E2", "stroke" => "#E4E2E2", - "ring" => "#94E2D5", - "fire" => "#94E2D5", - "currStreakNum" => "#CBA6F7", - "sideNums" => "#CDD6F4", - "currStreakLabel" => "#CBA6F7", - "sideLabels" => "#CDD6F4", - "dates" => "#BAC2DE", - "excludeDaysLabel" => "#BAC2DE", + "ring" => "#FFCC00", + "fire" => "#FFCC00", + "currStreakNum" => "#FF1AFF", + "sideNums" => "#FFCC00", + "currStreakLabel" => "#FF1AFF", + "sideLabels" => "#FFCC00", + "dates" => "#8080FF", + "excludeDaysLabel" => "#8080FF", ], - "burnt-neon" => [ - "background" => "#0D1117", - "border" => "#98989A", - "stroke" => "#98989A", - "ring" => "#FE25B1", - "fire" => "#622B53", - "currStreakNum" => "#FF6906", - "sideNums" => "#01FED1", - "currStreakLabel" => "#01FED1", - "sideLabels" => "#FF6906", - "dates" => "#C6AB07", - "excludeDaysLabel" => "#A5BC0B", + "panda" => [ + "background" => "#31353A", + "border" => "#E4E2E2", + "stroke" => "#E4E2E2", + "ring" => "#19F9D899", + "fire" => "#19F9D899", + "currStreakNum" => "#19F9D899", + "sideNums" => "#19F9D899", + "currStreakLabel" => "#19F9D899", + "sideLabels" => "#19F9D899", + "dates" => "#FF75B5", + "excludeDaysLabel" => "#FF75B5", ], - "humoris" => [ - "background" => "#DFAF77", - "border" => "#E8E6E4", - "stroke" => "#191919", - "ring" => "#683C2C", - "fire" => "#191419", - "currStreakNum" => "#191419", - "sideNums" => "#191419", - "currStreakLabel" => "#393C3C", - "sideLabels" => "#393C3C", - "dates" => "#444444", - "excludeDaysLabel" => "#444444", + "prussian" => [ + "background" => "#172F45", + "border" => "#E4E2E2", + "stroke" => "#E4E2E2", + "ring" => "#BDDFFF", + "fire" => "#BDDFFF", + "currStreakNum" => "#38A0FF", + "sideNums" => "#BDDFFF", + "currStreakLabel" => "#38A0FF", + "sideLabels" => "#BDDFFF", + "dates" => "#6E93B5", + "excludeDaysLabel" => "#6E93B5", ], - "shadow-red" => [ + "python-dark" => [ + "background" => "#000000", + "border" => "#4B8BBE", + "stroke" => "#4B8BBE", + "ring" => "#FFD43B", + "fire" => "#FFD43B", + "currStreakNum" => "#4B8BBE", + "sideNums" => "#4B8BBE", + "currStreakLabel" => "#FFD43B", + "sideLabels" => "#FFD43B", + "dates" => "#FFD43B", + "excludeDaysLabel" => "#FFD43B", + ], + "radical" => [ + "background" => "#141321", + "border" => "#E4E2E2", + "stroke" => "#E4E2E2", + "ring" => "#FE428E", + "fire" => "#FE428E", + "currStreakNum" => "#F8D847", + "sideNums" => "#FE428E", + "currStreakLabel" => "#F8D847", + "sideLabels" => "#FE428E", + "dates" => "#A9FEF7", + "excludeDaysLabel" => "#A9FEF7", + ], + "react" => [ + "background" => "#20232A", + "border" => "#E4E2E2", + "stroke" => "#E4E2E2", + "ring" => "#61DAFB", + "fire" => "#61DAFB", + "currStreakNum" => "#61DAFB", + "sideNums" => "#61DAFB", + "currStreakLabel" => "#61DAFB", + "sideLabels" => "#61DAFB", + "dates" => "#FFFFFF", + "excludeDaysLabel" => "#FFFFFF", + ], + "rose" => [ + "background" => "#E9D8D4", + "border" => "#E4E2E2", + "stroke" => "#E4E2E2", + "ring" => "#8D192B", + "fire" => "#8D192B", + "currStreakNum" => "#B71F36", + "sideNums" => "#8D192B", + "currStreakLabel" => "#B71F36", + "sideLabels" => "#8D192B", + "dates" => "#862931", + "excludeDaysLabel" => "#862931", + ], + "rose-pine" => [ + "background" => "#191724", + "border" => "#E4E2E2", + "stroke" => "#E4E2E2", + "ring" => "#9CCFD8", + "fire" => "#9CCFD8", + "currStreakNum" => "#EBBCBA", + "sideNums" => "#9CCFD8", + "currStreakLabel" => "#EBBCBA", + "sideLabels" => "#9CCFD8", + "dates" => "#E0DEF4", + "excludeDaysLabel" => "#E0DEF4", + ], + "rising-sun" => [ + "background" => "#0C1116", + "border" => "#E4E3E3", + "stroke" => "#E4E3E3", + "ring" => "#F6882B", + "currStreakNum" => "#FFFFFF", + "fire" => "#F6882B", + "sideNums" => "#FFFFFF", + "currStreakLabel" => "#FFF7ED", + "sideLabels" => "#FFF7ED", + "dates" => "#F6882B", + "excludeDaysLabel" => "#F6882B", + ], + "rust-ferris-dark" => [ + "background" => "#000000", + "border" => "#FFFFFF", + "stroke" => "#F66200", + "ring" => "#F49600", + "fire" => "#F66200", + "currStreakNum" => "#F49600", + "sideNums" => "#CC3A00", + "currStreakLabel" => "#F49600", + "sideLabels" => "#CC3A00", + "dates" => "#F66200", + "excludeDaysLabel" => "#F66200", + ], + "rust-ferris-light" => [ + "background" => "#FFFFFF", + "border" => "#000000", + "stroke" => "#F66200", + "ring" => "#F49600", + "fire" => "#F66200", + "currStreakNum" => "#F49600", + "sideNums" => "#CC3A00", + "currStreakLabel" => "#F49600", + "sideLabels" => "#CC3A00", + "dates" => "#F66200", + "excludeDaysLabel" => "#F66200", + ], + "sakura-x" => [ + "background" => "#1A1B26", + "border" => "#9D4EDD", + "stroke" => "#FFFFFF", + "ring" => "#9D4EDD", + "fire" => "#E5C07B", + "currStreakNum" => "#FFFFFF", + "sideNums" => "#9D4EDD", + "currStreakLabel" => "#E5C07B", + "sideLabels" => "#E5C07B", + "dates" => "#C0CAF5", + "excludeDaysLabel" => "#C0CAF5", + ], + "sea" => [ + "background" => "#1565C0", + "border" => "#FFFFFF", + "stroke" => "#FFFFFF", + "ring" => "#FFFFFF", + "fire" => "#FFFFFF", + "currStreakNum" => "#FFFFFF", + "sideNums" => "#FFFFFF", + "currStreakLabel" => "#FFFFFF", + "sideLabels" => "#FFFFFF", + "dates" => "#FFFFFF", + "excludeDaysLabel" => "#FFFFFF", + ], + "sea-dark" => [ + "background" => "#00C0FF", + "border" => "#000000", + "stroke" => "#00546F", + "ring" => "#000000", + "fire" => "#000000", + "currStreakNum" => "#000000", + "sideNums" => "#000000", + "currStreakLabel" => "#000000", + "sideLabels" => "#000000", + "dates" => "#000000", + "excludeDaysLabel" => "#000000", + ], + "shades-of-purple" => [ + "background" => "#2D2B55", + "border" => "#E4E2E2", + "stroke" => "#E4E2E2", + "ring" => "#FAD000", + "fire" => "#FAD000", + "currStreakNum" => "#B362FF", + "sideNums" => "#FAD000", + "currStreakLabel" => "#B362FF", + "sideLabels" => "#FAD000", + "dates" => "#A599E9", + "excludeDaysLabel" => "#A599E9", + ], + "shadow-blue" => [ "background" => "#FFFFFF00", - "border" => "#4F0000", - "stroke" => "#4F0000", - "ring" => "#4F0000", - "fire" => "#9A0000", - "currStreakNum" => "#B94242", + "border" => "#004490", + "stroke" => "#004450", + "ring" => "#004450", + "fire" => "#00779A", + "currStreakNum" => "#3E6BFF", + "sideNums" => "#747474", + "currStreakLabel" => "#00779A", + "sideLabels" => "#00779A", + "dates" => "#747474", + "excludeDaysLabel" => "#3E6BFF", + ], + "shadow-brown" => [ + "background" => "#FFFFFF00", + "border" => "#31312D", + "stroke" => "#31312D", + "ring" => "#31312D", + "fire" => "#7D6642", + "currStreakNum" => "#BB9863", "sideNums" => "#747474", - "currStreakLabel" => "#9A0000", - "sideLabels" => "#9A0000", + "currStreakLabel" => "#7D6642", + "sideLabels" => "#7D6642", "dates" => "#747474", - "excludeDaysLabel" => "#B94242", + "excludeDaysLabel" => "#BB9863", ], "shadow-green" => [ "background" => "#FFFFFF00", @@ -1627,19 +1704,6 @@ "dates" => "#747474", "excludeDaysLabel" => "#4DB942", ], - "shadow-blue" => [ - "background" => "#FFFFFF00", - "border" => "#004490", - "stroke" => "#004450", - "ring" => "#004450", - "fire" => "#00779A", - "currStreakNum" => "#3E6BFF", - "sideNums" => "#747474", - "currStreakLabel" => "#00779A", - "sideLabels" => "#00779A", - "dates" => "#747474", - "excludeDaysLabel" => "#3E6BFF", - ], "shadow-orange" => [ "background" => "#FFFFFF00", "border" => "#834400", @@ -1666,259 +1730,90 @@ "dates" => "#747474", "excludeDaysLabel" => "#CA59FF", ], - "shadow-brown" => [ + "shadow-red" => [ "background" => "#FFFFFF00", - "border" => "#31312D", - "stroke" => "#31312D", - "ring" => "#31312D", - "fire" => "#7D6642", - "currStreakNum" => "#BB9863", + "border" => "#4F0000", + "stroke" => "#4F0000", + "ring" => "#4F0000", + "fire" => "#9A0000", + "currStreakNum" => "#B94242", "sideNums" => "#747474", - "currStreakLabel" => "#7D6642", - "sideLabels" => "#7D6642", + "currStreakLabel" => "#9A0000", + "sideLabels" => "#9A0000", "dates" => "#747474", - "excludeDaysLabel" => "#BB9863", - ], - "github-dark-dimmed" => [ - "background" => "#24292F", - "border" => "#373E47", - "stroke" => "#539BF5", - "ring" => "#539BF5", - "currStreakNum" => "#ADBAC7", - "fire" => "#539BF5", - "sideNums" => "#ADBAC7", - "currStreakLabel" => "#539BF5", - "sideLabels" => "#539BF5", - "dates" => "#ADBAC7", - "excludeDaysLabel" => "#78818A", - ], - "blue-navy" => [ - "background" => "#000000", - "border" => "#FFFFFF", - "stroke" => "#82AAFF", - "ring" => "#82AAFF", - "currStreakNum" => "#82AAFF", - "fire" => "#82AAFF", - "sideNums" => "#82AAFF", - "currStreakLabel" => "#82AAFF", - "sideLabels" => "#82AAFF", - "dates" => "#82AAFF", - "excludeDaysLabel" => "#82AAFF", - ], - "calm-pink" => [ - "background" => "#2B2D40", - "border" => "#E1BC29", - "stroke" => "#E07A5F", - "ring" => "#E07A5F", - "currStreakNum" => "#EBCFB2", - "fire" => "#E07A5F", - "sideNums" => "#EBCFB2", - "currStreakLabel" => "#E07A5F", - "sideLabels" => "#E07A5F", - "dates" => "#E1BC29", - "excludeDaysLabel" => "#EBCFB2", + "excludeDaysLabel" => "#B94242", ], - "whatsapp-light" => [ - "background" => "#FFFFFF", + "slateorange" => [ + "background" => "#36393F", "border" => "#E4E2E2", - "stroke" => "#008069", - "ring" => "#008069", - "fire" => "#121B22", - "currStreakNum" => "#16D351", - "sideNums" => "#16D351", - "currStreakLabel" => "#121B22", - "sideLabels" => "#121B22", - "dates" => "#73828A", - "excludeDaysLabel" => "#73828A", - ], - "whatsapp-dark" => [ - "background" => "#121B22", - "border" => "#1B2832", - "stroke" => "#273741", - "ring" => "#273741", - "fire" => "#E3E7EA", - "currStreakNum" => "#00A884", - "sideNums" => "#00A884", - "currStreakLabel" => "#E3E7EA", - "sideLabels" => "#E3E7EA", - "dates" => "#888D90", - "excludeDaysLabel" => "#888D90", - ], - "carbonfox" => [ - "background" => "#161616", - "border" => "#282828", - "stroke" => "#EE5396", - "ring" => "#25BE6AC8", - "fire" => "#25BE6A", - "currStreakNum" => "#78A9FF", - "sideNums" => "#33B1FF", - "currStreakLabel" => "#DFDFE0", - "sideLabels" => "#DFDFE0", - "dates" => "#08BDBA", - "excludeDaysLabel" => "#EE5396", - ], - "dawnfox" => [ - "background" => "#FAF4ED", - "border" => "#E5E9F0", - "stroke" => "#B4637A", - "ring" => "#618774C8", - "fire" => "#618774", - "currStreakNum" => "#286983", - "sideNums" => "#56949F", - "currStreakLabel" => "#575279", - "sideLabels" => "#575279", - "dates" => "#EA9D34", - "excludeDaysLabel" => "#B4637A", - ], - "dayfox" => [ - "background" => "#F6F2EE", - "border" => "#F2E9E1", - "stroke" => "#A5222F", - "ring" => "#396847C8", - "fire" => "#396847", - "currStreakNum" => "#2848A9", - "sideNums" => "#287980", - "currStreakLabel" => "#352C24", - "sideLabels" => "#352C24", - "dates" => "#AC5402", - "excludeDaysLabel" => "#A5222F", - ], - "duskfox" => [ - "background" => "#232136", - "border" => "#393552", - "stroke" => "#EB6F92", - "ring" => "#A3BE8CC8", - "fire" => "#A3BE8C", - "currStreakNum" => "#569FBA", - "sideNums" => "#9CCFD8", - "currStreakLabel" => "#E0DEF4", - "sideLabels" => "#E0DEF4", - "dates" => "#F6C177", - "excludeDaysLabel" => "#EB6F92", - ], - "nightfox" => [ - "background" => "#192330", - "border" => "#393B44", - "stroke" => "#C94F6D", - "ring" => "#6C9581C8", - "fire" => "#81B29A", - "currStreakNum" => "#719CD6", - "sideNums" => "#63CDCF", - "currStreakLabel" => "#DFDFE0", - "sideLabels" => "#DFDFE0", - "dates" => "#DBC074", - "excludeDaysLabel" => "#C94F6D", - ], - "nordfox" => [ - "background" => "#2E3440", - "border" => "#3B4252", - "stroke" => "#BF616A", - "ring" => "#A3BE8CC8", - "fire" => "#A3BE8C", - "currStreakNum" => "#81A1C1", - "sideNums" => "#88C0D0", - "currStreakLabel" => "#E5E9F0", - "sideLabels" => "#E5E9F0", - "dates" => "#EBCB8B", - "excludeDaysLabel" => "#BF616A", - ], - "terafox" => [ - "background" => "#152528", - "border" => "#2F3239", - "stroke" => "#E85C51", - "ring" => "#7AA4A1C8", - "fire" => "#7AA4A1", - "currStreakNum" => "#5A93AA", - "sideNums" => "#A1CDD8", - "currStreakLabel" => "#EBEBEB", - "sideLabels" => "#EBEBEB", - "dates" => "#FDA47F", - "excludeDaysLabel" => "#E85C51", - ], - "iceberg" => [ - "background" => "#1E2132", - "border" => "#33374C", - "stroke" => "#33374C", - "ring" => "#84A0C6", - "fire" => "#84A0C6", - "currStreakNum" => "#D2D4DE", - "sideNums" => "#327698", - "currStreakLabel" => "#D2D4DE", - "sideLabels" => "#D2D4DE", - "dates" => "#327698", - "excludeDaysLabel" => "#84A0C6", - ], - "whatsapp-light2" => [ - "background" => "#FFFFFF", - "border" => "#D8FDD2", - "stroke" => "#D8FDD2", - "ring" => "#767B7D", - "fire" => "#767B7D", - "currStreakNum" => "#1DAB61", - "sideNums" => "#1DAB61", - "currStreakLabel" => "#131A20", - "sideLabels" => "#131A20", - "dates" => "#767B7D", - "excludeDaysLabel" => "#E5A732", + "stroke" => "#E4E2E2", + "ring" => "#FAA627", + "fire" => "#FAA627", + "currStreakNum" => "#FAA627", + "sideNums" => "#FAA627", + "currStreakLabel" => "#FAA627", + "sideLabels" => "#FAA627", + "dates" => "#FFFFFF", + "excludeDaysLabel" => "#FFFFFF", ], - "whatsapp-dark2" => [ - "background" => "#0B141B", - "border" => "#103629", - "stroke" => "#103629", - "ring" => "#858A8D", - "fire" => "#858A8D", - "currStreakNum" => "#21C063", - "sideNums" => "#21C063", - "currStreakLabel" => "#F7F8FA", - "sideLabels" => "#F7F8FA", - "dates" => "#858A8D", - "excludeDaysLabel" => "#FFD179", + "soft-green" => [ + "background" => "#222428", + "border" => "#E4E2E2", + "stroke" => "#E4E2E2", + "ring" => "#00DC4D", + "fire" => "#00DC4D", + "currStreakNum" => "#00DC4D", + "sideNums" => "#3DDC77", + "currStreakLabel" => "#00DC4D", + "sideLabels" => "#3DDC77", + "dates" => "#CECECE", + "excludeDaysLabel" => "#CECECE", ], - "travelers-theme" => [ - "background" => "#150E1F", + "solarized-dark" => [ + "background" => "#002B36", "border" => "#E4E2E2", - "stroke" => "#F28157", - "ring" => "#F28157", - "fire" => "#F28157", - "currStreakNum" => "#F2F2F2", - "sideNums" => "#F28157", - "currStreakLabel" => "#F2F2F2", - "sideLabels" => "#F2F2F2", - "dates" => "#F2F2F2", - "excludeDaysLabel" => "#464646", + "stroke" => "#E4E2E2", + "ring" => "#268BD2", + "fire" => "#268BD2", + "currStreakNum" => "#B58900", + "sideNums" => "#268BD2", + "currStreakLabel" => "#B58900", + "sideLabels" => "#268BD2", + "dates" => "#859900", + "excludeDaysLabel" => "#859900", ], - "youtube-dark" => [ - "background" => "#0F0F0F", - "border" => "#272727", - "stroke" => "#272727", - "ring" => "#FFFFFF", - "fire" => "#FFFFFF", - "currStreakNum" => "#FF0000", - "sideNums" => "#FF0000", - "currStreakLabel" => "#FFFFFF", - "sideLabels" => "#FFFFFF", - "dates" => "#BCBCBC", - "excludeDaysLabel" => "#FFFFFF", + "solarized-light" => [ + "background" => "#FDF6E3", + "border" => "#ABABAB", + "stroke" => "#ABABAB", + "ring" => "#268BD2", + "fire" => "#268BD2", + "currStreakNum" => "#B58900", + "sideNums" => "#268BD2", + "currStreakLabel" => "#B58900", + "sideLabels" => "#268BD2", + "dates" => "#859900", + "excludeDaysLabel" => "#859900", ], - "meta-light" => [ - "background" => "#FFFFFF", - "border" => "#1C2B33", - "stroke" => "#1C2B33", - "ring" => "#0081FB", - "fire" => "#006EE9", - "currStreakNum" => "#1C2B33", - "sideNums" => "#1C2B33", - "currStreakLabel" => "#1C2B33", - "sideLabels" => "#1C2B33", - "dates" => "#1C2B33", - "excludeDaysLabel" => "#1C2B33", + "submarine-flowers" => [ + "background" => "#013E4E", + "border" => "#013E4E", + "stroke" => "#48FF50", + "ring" => "#FF8888", + "fire" => "#FF8888", + "currStreakNum" => "#FFF000", + "sideNums" => "#FFF000", + "currStreakLabel" => "#FFF000", + "sideLabels" => "#FF8888", + "dates" => "#FF8650", + "excludeDaysLabel" => "#FF8650", ], - "meta-dark" => [ - "background" => "#1C2B33", - "border" => "#FFFFFF", + "sunset-gradient" => [ + "background" => "45,8A2386,E94056,F27120", + "border" => "#850000", "stroke" => "#FFFFFF", - "ring" => "#0081FB", - "fire" => "#006EE9", + "ring" => "#FB8C00", + "fire" => "#FB8C00", "currStreakNum" => "#FFFFFF", "sideNums" => "#FFFFFF", "currStreakLabel" => "#FFFFFF", @@ -1926,31 +1821,31 @@ "dates" => "#FFFFFF", "excludeDaysLabel" => "#FFFFFF", ], - "dark-minimalist" => [ - "background" => "#211F27", - "border" => "#B9B9C0", - "stroke" => "#B9B9C0", - "ring" => "#D484F4", - "fire" => "#D484F4", - "currStreakNum" => "#89B4FA", - "sideNums" => "#E5E5E5", - "currStreakLabel" => "#89B4FA", - "sideLabels" => "#E5E5E5", - "dates" => "#D0D1D3", - "excludeDaysLabel" => "#D0D1D3", + "swift" => [ + "background" => "#F7F7F7", + "border" => "#E4E2E2", + "stroke" => "#E4E2E2", + "ring" => "#000000", + "fire" => "#000000", + "currStreakNum" => "#F05237", + "sideNums" => "#000000", + "currStreakLabel" => "#F05237", + "sideLabels" => "#000000", + "dates" => "#000000", + "excludeDaysLabel" => "#000000", ], - "telegram" => [ - "background" => "#FFFFFF", - "border" => "#333333", - "stroke" => "#333333", - "ring" => "#0088CC", - "fire" => "#179CDE", - "currStreakNum" => "#179CDE", - "sideNums" => "#0088CC", - "currStreakLabel" => "#179CDE", - "sideLabels" => "#0088CC", - "dates" => "#0088CC", - "excludeDaysLabel" => "#0088CC", + "synthwave" => [ + "background" => "#2B213A", + "border" => "#E4E2E2", + "stroke" => "#E4E2E2", + "ring" => "#E2E9EC", + "fire" => "#E2E9EC", + "currStreakNum" => "#EF8539", + "sideNums" => "#E2E9EC", + "currStreakLabel" => "#EF8539", + "sideLabels" => "#E2E9EC", + "dates" => "#E5289E", + "excludeDaysLabel" => "#E5289E", ], "taiga" => [ "background" => "#031B1B", @@ -1965,6 +1860,19 @@ "dates" => "#1F8F92", "excludeDaysLabel" => "#1F8F92", ], + "telegram" => [ + "background" => "#FFFFFF", + "border" => "#333333", + "stroke" => "#333333", + "ring" => "#0088CC", + "fire" => "#179CDE", + "currStreakNum" => "#179CDE", + "sideNums" => "#0088CC", + "currStreakLabel" => "#179CDE", + "sideLabels" => "#0088CC", + "dates" => "#0088CC", + "excludeDaysLabel" => "#0088CC", + ], "telegram-gradient" => [ "background" => "45,0088CC,179CDE", "border" => "#FFFFFF", @@ -1978,83 +1886,70 @@ "dates" => "#FFFFFF", "excludeDaysLabel" => "#FFFFFF", ], - "microsoft" => [ - "background" => "#FFFFFF", - "border" => "#737373", - "stroke" => "#737373", - "ring" => "#7FBA00", - "fire" => "#F25022", - "currStreakNum" => "#00A4EF", - "sideNums" => "#FFB900", - "currStreakLabel" => "#00A4EF", - "sideLabels" => "#FFB900", - "dates" => "#7FBA00", - "excludeDaysLabel" => "#7FBA00", - ], - "microsoft-dark" => [ - "background" => "#000000", - "border" => "#737373", - "stroke" => "#737373", - "ring" => "#7FBA00", - "fire" => "#F25022", - "currStreakNum" => "#00A4EF", - "sideNums" => "#FFB900", - "currStreakLabel" => "#00A4EF", - "sideLabels" => "#FFB900", - "dates" => "#7FBA00", - "excludeDaysLabel" => "#7FBA00", - ], - "hacker-inverted" => [ - "background" => "#20C20E", - "border" => "#000000", - "stroke" => "#000000", - "ring" => "#000000", - "fire" => "#000000", - "currStreakNum" => "#000000", - "sideNums" => "#000000", - "currStreakLabel" => "#000000", - "sideLabels" => "#000000", - "dates" => "#000000", - "excludeDaysLabel" => "#000000", + "terafox" => [ + "background" => "#152528", + "border" => "#2F3239", + "stroke" => "#E85C51", + "ring" => "#7AA4A1C8", + "fire" => "#7AA4A1", + "currStreakNum" => "#5A93AA", + "sideNums" => "#A1CDD8", + "currStreakLabel" => "#EBEBEB", + "sideLabels" => "#EBEBEB", + "dates" => "#FDA47F", + "excludeDaysLabel" => "#E85C51", ], - "rust-ferris-dark" => [ - "background" => "#000000", - "border" => "#FFFFFF", - "stroke" => "#F66200", - "ring" => "#F49600", - "fire" => "#F66200", - "currStreakNum" => "#F49600", - "sideNums" => "#CC3A00", - "currStreakLabel" => "#F49600", - "sideLabels" => "#CC3A00", - "dates" => "#F66200", - "excludeDaysLabel" => "#F66200", + "tokyonight" => [ + "background" => "#1A1B27", + "border" => "#E4E2E2", + "stroke" => "#E4E2E2", + "ring" => "#70A5FD", + "fire" => "#70A5FD", + "currStreakNum" => "#BF91F3", + "sideNums" => "#70A5FD", + "currStreakLabel" => "#BF91F3", + "sideLabels" => "#70A5FD", + "dates" => "#38BDAE", + "excludeDaysLabel" => "#38BDAE", ], - "rust-ferris-light" => [ - "background" => "#FFFFFF", - "border" => "#000000", - "stroke" => "#F66200", - "ring" => "#F49600", - "fire" => "#F66200", - "currStreakNum" => "#F49600", - "sideNums" => "#CC3A00", - "currStreakLabel" => "#F49600", - "sideLabels" => "#CC3A00", - "dates" => "#F66200", - "excludeDaysLabel" => "#F66200", + "tokyonight-duo" => [ + "background" => "#0000", + "border" => "#A8A8A8", + "stroke" => "#A8A8A8", + "ring" => "#70A5FD", + "fire" => "#70A5FD", + "currStreakNum" => "#BF91F3", + "sideNums" => "#70A5FD", + "currStreakLabel" => "#BF91F3", + "sideLabels" => "#70A5FD", + "dates" => "#38BDAE", + "excludeDaysLabel" => "#38BDAE", ], - "cyber-streakglow" => [ - "background" => "42,E20FEB,0D00EB", - "border" => "#00EBE1", - "stroke" => "#0FEB00", - "ring" => "#5AEB59", - "fire" => "#DDEB00", - "currStreakNum" => "#EBEBEB", - "sideNums" => "#D6EBC0", - "currStreakLabel" => "#46EB00", - "sideLabels" => "#64E8EB", - "dates" => "#EBEBEB", - "excludeDaysLabel" => "#A7EB3F", + "transparent" => [ + "background" => "#0000", + "border" => "#E4E2E2", + "stroke" => "#E4E2E2", + "ring" => "#006AFF", + "fire" => "#006AFF", + "currStreakNum" => "#0579C3", + "sideNums" => "#006AFF", + "currStreakLabel" => "#0579C3", + "sideLabels" => "#006AFF", + "dates" => "#417E87", + "excludeDaysLabel" => "#417E87", + ], + "travelers-theme" => [ + "background" => "#150E1F", + "border" => "#E4E2E2", + "stroke" => "#F28157", + "ring" => "#F28157", + "fire" => "#F28157", + "currStreakNum" => "#F2F2F2", + "sideNums" => "#F28157", + "currStreakLabel" => "#F2F2F2", + "sideLabels" => "#F2F2F2", + "dates" => "#F2F2F2", + "excludeDaysLabel" => "#464646", ], "vitesse" => [ "background" => "#000000", @@ -2069,95 +1964,160 @@ "dates" => "#BD976A", "excludeDaysLabel" => "#758575DD", ], - "everforest-dark" => [ - "background" => "#2D353B", - "border" => "#4F585E", - "stroke" => "#4F585E", - "ring" => "#A7C080", - "fire" => "#A7C080", - "currStreakNum" => "#D3C6AA", - "sideNums" => "#A7C080", - "currStreakLabel" => "#D3C6AA", - "sideLabels" => "#A7C080", - "dates" => "#9DA9A0", - "excludeDaysLabel" => "#9DA9A0", + "violet-dark" => [ + "background" => "#000000", + "border" => "#FF0089", + "stroke" => "#FF0089", + "ring" => "#FF0089", + "fire" => "#FF0089", + "currStreakNum" => "#FF0089", + "sideNums" => "#FF0089", + "currStreakLabel" => "#FF0089", + "sideLabels" => "#FF0089", + "dates" => "#FF0089", + "excludeDaysLabel" => "#FF0089", ], - "nord-aurora" => [ - "background" => "#4C566A", - "border" => "#8FBCBB", - "stroke" => "#D8DEE9", - "ring" => "#A3BE8C", - "fire" => "#BF616A", - "currStreakNum" => "#A3BE8C", - "sideNums" => "#B48EAD", - "currStreakLabel" => "#EBCB8B", - "sideLabels" => "#D08770", - "dates" => "#88C0D0", - "excludeDaysLabel" => "#81A1C1", + "violet-punch" => [ + "background" => "#000000", + "border" => "#E4E2E2", + "stroke" => "#B170FC", + "ring" => "#3934DD", + "fire" => "#D0DDAD", + "currStreakNum" => "#CB0B45", + "sideNums" => "#7B43FF", + "currStreakLabel" => "#AFB5DD", + "sideLabels" => "#AFB5DD", + "dates" => "#DDDDDD", + "excludeDaysLabel" => "#DDDDDD", ], - "dark-aura" => [ - "background" => "#760A11", - "border" => "#310C69C5", - "stroke" => "#FF1D5E", - "ring" => "#C1184E", - "fire" => "#EB4511", - "currStreakNum" => "#EB5454", - "sideNums" => "#EB5454", - "currStreakLabel" => "#FF8F62", - "sideLabels" => "#FF8F62", - "dates" => "#EB5454", - "excludeDaysLabel" => "#758575DD", + "vision-friendly-dark" => [ + "background" => "#000000", + "border" => "#E4E2E2", + "stroke" => "#E4E2E2", + "ring" => "#FFB000", + "fire" => "#FFB000", + "currStreakNum" => "#785EF0", + "sideNums" => "#FFB000", + "currStreakLabel" => "#785EF0", + "sideLabels" => "#FFB000", + "dates" => "#FFFFFF", + "excludeDaysLabel" => "#FFFFFF", ], - "everforest-light" => [ - "background" => "#F2F4EF", - "border" => "#C7CCC2", - "stroke" => "#C7CCC2", - "ring" => "#7F9C6F", - "fire" => "#7F9C6F", - "currStreakNum" => "#55674E", - "sideNums" => "#7F9C6F", - "currStreakLabel" => "#55674E", - "sideLabels" => "#7F9C6F", - "dates" => "#8B9286", - "excludeDaysLabel" => "#8B9286", + "vue" => [ + "background" => "#FFFEFE", + "border" => "#A8A8A8", + "stroke" => "#A8A8A8", + "ring" => "#41B883", + "fire" => "#41B883", + "currStreakNum" => "#41B883", + "sideNums" => "#41B883", + "currStreakLabel" => "#41B883", + "sideLabels" => "#41B883", + "dates" => "#273849", + "excludeDaysLabel" => "#273849", ], - "oceanic-next" => [ - "background" => "#1B2B34", - "border" => "#343D46", - "stroke" => "#4F5B66", - "ring" => "#6699CC", - "fire" => "#EC5F67", - "currStreakNum" => "#99C794", - "sideNums" => "#6699CC", - "currStreakLabel" => "#FAC863", - "sideLabels" => "#5FB3B3", - "dates" => "#A7ADBA", - "excludeDaysLabel" => "#A7ADBA", + "vue-dark" => [ + "background" => "#273849", + "border" => "#E4E2E2", + "stroke" => "#E4E2E2", + "ring" => "#41B883", + "fire" => "#41B883", + "currStreakNum" => "#41B883", + "sideNums" => "#41B883", + "currStreakLabel" => "#41B883", + "sideLabels" => "#41B883", + "dates" => "#FFFEFE", + "excludeDaysLabel" => "#FFFEFE", ], - "sakura-x" => [ - "background" => "#1A1B26", - "border" => "#9D4EDD", - "stroke" => "#FFFFFF", - "ring" => "#9D4EDD", - "fire" => "#E5C07B", - "currStreakNum" => "#FFFFFF", - "sideNums" => "#9D4EDD", - "currStreakLabel" => "#E5C07B", - "sideLabels" => "#E5C07B", - "dates" => "#C0CAF5", - "excludeDaysLabel" => "#C0CAF5", + "whatsapp-dark" => [ + "background" => "#121B22", + "border" => "#1B2832", + "stroke" => "#273741", + "ring" => "#273741", + "fire" => "#E3E7EA", + "currStreakNum" => "#00A884", + "sideNums" => "#00A884", + "currStreakLabel" => "#E3E7EA", + "sideLabels" => "#E3E7EA", + "dates" => "#888D90", + "excludeDaysLabel" => "#888D90", ], - "kanagawa-paper" => [ - "background" => "#1F1F28", - "border" => "#54546D", - "stroke" => "#727169", - "ring" => "#7FB4CA", - "fire" => "#E46876", - "currStreakNum" => "#98BB6C", - "sideNums" => "#7E9CD8", - "currStreakLabel" => "#E6C384", - "sideLabels" => "#7AA89F", - "dates" => "#C4B28A", - "excludeDaysLabel" => "#C8C093", + "whatsapp-dark2" => [ + "background" => "#0B141B", + "border" => "#103629", + "stroke" => "#103629", + "ring" => "#858A8D", + "fire" => "#858A8D", + "currStreakNum" => "#21C063", + "sideNums" => "#21C063", + "currStreakLabel" => "#F7F8FA", + "sideLabels" => "#F7F8FA", + "dates" => "#858A8D", + "excludeDaysLabel" => "#FFD179", + ], + "whatsapp-light" => [ + "background" => "#FFFFFF", + "border" => "#E4E2E2", + "stroke" => "#008069", + "ring" => "#008069", + "fire" => "#121B22", + "currStreakNum" => "#16D351", + "sideNums" => "#16D351", + "currStreakLabel" => "#121B22", + "sideLabels" => "#121B22", + "dates" => "#73828A", + "excludeDaysLabel" => "#73828A", + ], + "whatsapp-light2" => [ + "background" => "#FFFFFF", + "border" => "#D8FDD2", + "stroke" => "#D8FDD2", + "ring" => "#767B7D", + "fire" => "#767B7D", + "currStreakNum" => "#1DAB61", + "sideNums" => "#1DAB61", + "currStreakLabel" => "#131A20", + "sideLabels" => "#131A20", + "dates" => "#767B7D", + "excludeDaysLabel" => "#E5A732", + ], + "windows-dark" => [ + "background" => "#000000", + "border" => "#00A4EF", + "stroke" => "#00A4EF", + "ring" => "#00A4EF", + "fire" => "#00A4EF", + "currStreakNum" => "#00A4EF", + "sideNums" => "#00A4EF", + "currStreakLabel" => "#00A4EF", + "sideLabels" => "#00A4EF", + "dates" => "#00A4EF", + "excludeDaysLabel" => "#00A4EF", + ], + "yellowdark" => [ + "background" => "#000000", + "border" => "#000000", + "stroke" => "#A5A5A5", + "ring" => "#FFEF00", + "fire" => "#FF8000", + "currStreakNum" => "#FFEF00", + "sideNums" => "#FFEF00", + "currStreakLabel" => "#FFEF00", + "sideLabels" => "#FFEF00", + "dates" => "#A5A5A5", + "excludeDaysLabel" => "#A5A5A5", + ], + "youtube-dark" => [ + "background" => "#0F0F0F", + "border" => "#272727", + "stroke" => "#272727", + "ring" => "#FFFFFF", + "fire" => "#FFFFFF", + "currStreakNum" => "#FF0000", + "sideNums" => "#FF0000", + "currStreakLabel" => "#FFFFFF", + "sideLabels" => "#FFFFFF", + "dates" => "#BCBCBC", + "excludeDaysLabel" => "#FFFFFF", ], ];