changed to setup script to /etc/skel

This commit is contained in:
[yuri]
2025-12-11 17:25:19 +01:00
parent d47bcdcc7d
commit e4215430ef
542 changed files with 128 additions and 878 deletions

View File

@@ -0,0 +1,31 @@
[colors.primary]
foreground = "#eeeeee"
background = "#282828"
[colors.cursor]
text = "#282828"
cursor = "#eeeeee"
[colors.selection]
text = "#eeeeee"
background = "#293b44"
[colors.normal]
black = "#282828"
red = "#f43753"
green = "#c9d05c"
yellow = "#ffc24b"
blue = "#b3deef"
magenta = "#d3b987"
cyan = "#73cef4"
white = "#eeeeee"
[colors.bright]
black = "#1d1d1d"
red = "#f43753"
green = "#c9d05c"
yellow = "#ffc24b"
blue = "#b3deef"
magenta = "#d3b987"
cyan = "#73cef4"
white = "#ffffff"