Skip to content

Instantly share code, notes, and snippets.

@simonswine
Created September 20, 2023 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simonswine/73fd116daddf613daf3c95c87dc982f8 to your computer and use it in GitHub Desktop.
Save simonswine/73fd116daddf613daf3c95c87dc982f8 to your computer and use it in GitHub Desktop.
let
blue = "000096";
white = "ffffff";
green = "009600";
orange = "ff7700";
dark-orange = "803500";
red = "ff0000";
in
''
g logo ${white}
g indicators ${white}
g multimedia ${green}
g fkeys ${orange}
g modifiers ${orange}
g arrows ${red}
g numeric ${dark-orange}
g functions ${white}
g keys ${dark-orange}
g gkeys ${white}
k tilde ${red}
k 1 ${red}
k 2 ${red}
k 3 ${red}
k 4 ${red}
k 5 ${red}
k 6 ${red}
k 7 ${red}
k 8 ${red}
k 9 ${red}
k 0 ${red}
c
'';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment