mirror of https://codeberg.org/anemofilia/zero
home-environments: radio: Add home-tty-colorscheme-service
parent
d02066ef0f
commit
32c2f80081
|
@ -157,6 +157,24 @@
|
||||||
(service home-shepherd-service-type)
|
(service home-shepherd-service-type)
|
||||||
|
|
||||||
#|Shell services|#
|
#|Shell services|#
|
||||||
|
(service home-tty-colorscheme-service-type
|
||||||
|
(home-tty-colorscheme-configuration
|
||||||
|
(regular-black "000000")
|
||||||
|
(regular-red "df6760")
|
||||||
|
(regular-green "8be760")
|
||||||
|
(regular-yellow "ffd17a")
|
||||||
|
(regular-blue "9688d9")
|
||||||
|
(regular-magenta "fc97ff")
|
||||||
|
(regular-cyan "86adff")
|
||||||
|
(regular-white "f1f1f1")
|
||||||
|
(bright-black "888888")
|
||||||
|
(bright-red "df6760")
|
||||||
|
(bright-green "8be760")
|
||||||
|
(bright-yellow "ffd17a")
|
||||||
|
(bright-blue "9688d9")
|
||||||
|
(bright-magenta "fc97ff")
|
||||||
|
(bright-cyan "86adff")
|
||||||
|
(bright-white "a1a1a1")))
|
||||||
(service home-fish-service-type
|
(service home-fish-service-type
|
||||||
(home-fish-configuration
|
(home-fish-configuration
|
||||||
(plugins
|
(plugins
|
||||||
|
|
Loading…
Reference in New Issue