Add zellij themes

This commit is contained in:
Hoang Nguyen 2021-07-16 01:44:14 +03:00
parent 13b0482e0e
commit 024d62eca3
No known key found for this signature in database
GPG Key ID: 813CF484F4993419
2 changed files with 28 additions and 0 deletions

View File

@ -135,6 +135,7 @@ cp -rfv ./home/.config/wget/ ~/.config/wget/
cp -rfv ./home/.config/youtube-dl/ ~/.config/youtube-dl/
cp -rfv ./home/.config/ytmdl/ ~/.config/ytmdl/
cp -rfv ./home/.config/zathura/ ~/.config/zathura/
# cp -rfv ./home/.config/zellij/ ~/.config/zellij/
cp -rfv ./home/.config/mimeapps.list ~/.config/mimeapps.list
cp -rfv ./home/.config/pulsemixer.cfg ~/.config/pulsemixer.cfg
cp -rfv ./home/.config/starship.toml ~/.config/starship.toml

View File

@ -0,0 +1,27 @@
theme: nord
themes:
nord:
fg: [216,222,233]
bg: [46,52,64]
black: [59,66,82]
red: [191,97,106]
green: [163,190,140]
yellow: [235,203,139]
blue: [129,161,193]
magenta: [180,142,173]
cyan: [136,192,208]
white: [255,255,255]
orange: [208,135,112]
onedark:
fg: [171,178,191]
bg: [40,44,52]
black: [40,44,52]
red: [224,108,117]
green: [152,195,121]
yellow: [229,192,123]
blue: [97,175,239]
magenta: [198,120,221]
cyan: [86,182,194]
white: [255,255,255]
orange: [209,154,102]