tglogo.png
1 LIKES

Snippet


color scheme switch

In Category General IRC Posted by AndyAbnormal On 07/20/25
Tags: color scheme switch 

Change between two color schemes with /color Switch
; Color scheme toggle script
; Usage: /color switch

alias color {
  if ($1 == switch) {
    if (%colorscheme == "Sh33p Dark") {
      color -s "Sh33p Light"
      set %colorscheme "Name of the color scheme"
      echo $color(notify) -a * Farbschema aktiviert "Name of the color scheme"
    }
    else {
      color -s "Sh33p Dark"
      set %colorscheme "Name of the color scheme"
      echo $color(notify) -a * Farbschema aktiviert Name "of the color scheme"
    }
  }
}


Comments 0


Please note that on our website we use cookies necessary for the functioning of our website, cookies that optimize the performance. To learn more about our cookies, how we use them and their benefits, please read our Cookie Policy.
I Understand