We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcda500 commit 53e24e6Copy full SHA for 53e24e6
1 file changed
functions/_tide_detect_os.fish
@@ -66,6 +66,8 @@ function _tide_detect_os_linux_cases -a file key
66
printf %s\n $defaultColor # Can't find colors, and they are rebranding anyway
67
case slackware
68
printf %s\n $defaultColor # Doesn't really have a logo, and the colors are too close to PWD blue anyway
69
+ case solus
70
+ printf %s\n 5294E2 D4D4D4 # https://getsol.us/
71
case ubuntu
72
printf %s\n E95420 D4D4D4 # https://design.ubuntu.com/brand/
73
case void
0 commit comments