Change colors

Changed files
+30 -68
config
+14 -39
config/starship.toml
···
format = """$time$container$directory$all$cmd_duration$jobs$status$line_break$username$hostname$character"""
# # PALETTE
-
palette = 'catppuccin_mocha'
+
palette = 'cypherpunk'
-
[palettes.catppuccin_mocha]
-
rosewater = '#f5e0dc'
-
flamingo = '#f2cdcd'
-
pink = '#f5c2e7'
-
mauve = '#cba6f7'
-
red = '#f38ba8'
-
maroon = '#eba0ac'
-
peach = '#fab387'
-
yellow = '#f9e2af'
-
green = '#a6e3a1'
-
teal = '#94e2d5'
-
sky = '#89dceb'
-
sapphire = '#74c7ec'
-
blue = '#89b4fa'
-
lavender = '#b4befe'
-
text = '#cdd6f4'
-
subtext1 = '#bac2de'
-
subtext0 = '#a6adc8'
-
overlay2 = '#9399b2'
-
overlay1 = '#7f849c'
-
overlay0 = '#6c7086'
-
surface2 = '#585b70'
-
surface1 = '#45475a'
-
surface0 = '#313244'
-
base = '#1e1e2e'
-
mantle = '#181825'
-
crust = '#11111b'
+
[palettes.cypherpunk]
+
red = '#db61a2'
## LEFT SIDE - FIRST LINE
[time]
disabled = false
format = '[$time]($style) '
time_format = '%T'
-
style = 'bold peach'
+
style = '#e3b341'
[directory]
-
style = 'subtext0'
+
style = '#c9d1d9'
truncation_length = 8
truncate_to_repo = true
truncation_symbol = 'repo: '
···
symbol = ' '
[git_status]
-
style = 'text'
+
style = '#FFFFFF'
ahead = '⇡${count}'
diverged = '⇕⇡${ahead_count}⇣${behind_count}'
behind = '⇣${count}'
···
[cmd_duration]
min_time = 1
-
style = 'yellow'
+
style = '#56d364'
format = 'duration: [$duration]($style) '
disabled = false
[status]
format = 'exit status: [$status = $common_meaning]($style) '
disabled = false
-
style = 'bold red'
+
style = '#F78166'
recognize_signal_code = true
map_symbol = true
## LEFT SIDE - SECOND LINE
[username]
format = '[$user]($style)@'
-
style_user = 'red'
-
style_root = 'bold red'
+
style_user = '#db61a2'
+
style_root = '#F78166'
show_always = true
[hostname]
format = '[$hostname]($style)'
-
style = 'lavender'
+
style = '#6ca4f8'
trim_at = '.local'
ssh_only = false
disabled = false
[character]
format = ' [$symbol]($style) '
-
success_symbol = '[➜](bold teal)'
-
error_symbol = '[➜](bold red)'
-
vimcmd_symbol = '[V](bold green)'
+
success_symbol = '[➜](#56d364)'
+
error_symbol = '[➜](#F78166)'
+
vimcmd_symbol = '[V](#56d364)'
+14 -27
config/zellij/config.kdl
···
copy_on_select true
on_force_close "quit"
default_layout "sysadmin"
-
theme "catppuccin-mocha"
+
theme "cypherpunk"
themes {
+
cypherpunk {
+
bg "#101216"
+
black "#000000"
+
blue "#6ca4f8"
+
cyan "#2b7489"
+
fg "#8b949e"
+
green "#56d364"
+
magenta "#db61a2"
+
orange "#e3b341"
+
red "#f78166"
+
white "#ffffff"
+
yellow "#e3b341"
+
}
catppuccin-mocha {
bg "#585b70"
black "#181825"
···
red "#f38ba8"
white "#cdd6f4"
yellow "#f9e2af"
-
}
-
rose-pine {
-
bg "#403d52"
-
fg "#e0def4"
-
red "#eb6f92"
-
green "#31748f"
-
blue "#9ccfd8"
-
yellow "#f6c177"
-
magenta "#c4a7e7"
-
orange "#fe640b"
-
cyan "#ebbcba"
-
black "#26233a"
-
white "#e0def4"
-
}
-
rose-pine-moon {
-
bg "#44415a"
-
fg "#e0def4"
-
red "#eb6f92"
-
green "#3e8fb0"
-
blue "#9ccfd8"
-
yellow "#f6c177"
-
magenta "#c4a7e7"
-
orange "#fe640b"
-
cyan "#ea9a97"
-
black "#393552"
-
white "#e0def4"
}
}
+2 -2
config/zellij/layouts/sysadmin.kdl
···
args "-M 0" "dietpi@dietpi.ayu-matrix.ts.net" "-X"
}
}
-
tab name="tornode" {
+
tab name="hws" {
pane command="autossh" close_on_exit=true {
-
args "-M 0" "jas@tor"
+
args "-M 0" "jas@hws.ayu-matrix.ts.net"
}
}
tab