Update dotfiles (2026-05-08 15:35:43)

This commit is contained in:
2026-05-08 15:35:43 +02:00
parent 362e7e51a5
commit afd1b5bd53
77 changed files with 127 additions and 347 deletions
+13
View File
@@ -0,0 +1,13 @@
local M = {}
M.colors = {
pink = "rgb(228, 106, 151)",
vivian1 = "rgb(106, 76, 156)",
vivian2 = "rgb(163, 136, 219)",
ado = "rgb(18, 116, 184)",
suisei = "rgb(102, 218, 255)",
discname1 = "rgb(951dc9)",
discname2 = "rgb(b298bd)",
}
return M