From 47706e0e81486de93dd1c37d9695a1ba13287787 Mon Sep 17 00:00:00 2001 From: Candifloss Date: Tue, 18 Feb 2025 04:48:58 +0000 Subject: [PATCH] Update colors/[colors.normal] black = "#010101" red = "#d62222" green = "#3ba04d" yellow = "#f6e000" blue = "#1958ff" magenta = "#b300b3" cyan = "#10bfaf" white = "#c6c6c6" [colors.bright] black = "#606060" red = "#ff4444" green = "#3bd04d" yellow = "#dfff1f" blue = " --- ..."#3bd04d\" yellow = \"#dfff1f\" blue = \"" | 19 +++++++++++++++++++ colors/candy.toml | 8 -------- 2 files changed, 19 insertions(+), 8 deletions(-) create mode 100644 "colors/[colors.normal] black = \"#010101\" red = \"#d62222\" green = \"#3ba04d\" yellow = \"#f6e000\" blue = \"#1958ff\" magenta = \"#b300b3\" cyan = \"#10bfaf\" white = \"#c6c6c6\" [colors.bright] black = \"#606060\" red = \"#ff4444\" green = \"#3bd04d\" yellow = \"#dfff1f\" blue = \"" delete mode 100644 colors/candy.toml diff --git "a/colors/[colors.normal] black = \"#010101\" red = \"#d62222\" green = \"#3ba04d\" yellow = \"#f6e000\" blue = \"#1958ff\" magenta = \"#b300b3\" cyan = \"#10bfaf\" white = \"#c6c6c6\" [colors.bright] black = \"#606060\" red = \"#ff4444\" green = \"#3bd04d\" yellow = \"#dfff1f\" blue = \"" "b/colors/[colors.normal] black = \"#010101\" red = \"#d62222\" green = \"#3ba04d\" yellow = \"#f6e000\" blue = \"#1958ff\" magenta = \"#b300b3\" cyan = \"#10bfaf\" white = \"#c6c6c6\" [colors.bright] black = \"#606060\" red = \"#ff4444\" green = \"#3bd04d\" yellow = \"#dfff1f\" blue = \"" new file mode 100644 index 0000000..9026df0 --- /dev/null +++ "b/colors/[colors.normal] black = \"#010101\" red = \"#d62222\" green = \"#3ba04d\" yellow = \"#f6e000\" blue = \"#1958ff\" magenta = \"#b300b3\" cyan = \"#10bfaf\" white = \"#c6c6c6\" [colors.bright] black = \"#606060\" red = \"#ff4444\" green = \"#3bd04d\" yellow = \"#dfff1f\" blue = \"" @@ -0,0 +1,19 @@ +[colors.normal] +black = "#010101" +red = "#d62222" +green = "#3ba04d" +yellow = "#f6e000" +blue = "#1958ff" +magenta = "#b300b3" +cyan = "#10bfaf" +white = "#c6c6c6" + +[colors.bright] +black = "#606060" +red = "#ff4444" +green = "#3bd04d" +yellow = "#dfff1f" +blue = "#01a9ff" +magenta = "#f600f6" +cyan = "#10efdf" +white = "#e9e9e9" \ No newline at end of file diff --git a/colors/candy.toml b/colors/candy.toml deleted file mode 100644 index 0272c31..0000000 --- a/colors/candy.toml +++ /dev/null @@ -1,8 +0,0 @@ -[colors.normal] -green = "#3ba04d" -blue = "#2288d6" -red = "#d62222" -magenta = "#aa7240" -yellow = "#757575" -cyan = "#11a0af" -