Skip to content

Instantly share code, notes, and snippets.

@atapio
Last active July 22, 2022 15:42
Show Gist options
  • Save atapio/82a51962153e2fa756e81fb6c21bbbf8 to your computer and use it in GitHub Desktop.
Save atapio/82a51962153e2fa756e81fb6c21bbbf8 to your computer and use it in GitHub Desktop.
Blink Shell Sonokai Default Theme
black = "#181819";
red = "#fc5d7c";
green = "#9ed072";
yellow = "#e7c664";
blue = "#76cce0";
magenta = "#b39df3";
cyan = "#f39660";
white = "#e2e2e3";
lightBlack = "#7f8490";
lightRed = "#ff6077";
lightGreen = "#a7df78";
lightYellow = "#e7c664";
lightBlue = "#85d3f2";
lightMagenta = "#b39df3";
lightCyan = "#85d3f2";
lightWhite = "#e2e2e3";
t.prefs_.set('color-palette-overrides',
[ black , red , green , yellow,
blue , magenta , cyan , white,
lightBlack , lightRed , lightGreen , lightYellow,
lightBlue , lightMagenta , lightCyan , lightWhite ]);
t.prefs_.set('cursor-color', 'rgba(226, 226, 227, 0.5)');
t.prefs_.set('foreground-color', "#e2e2e3");
t.prefs_.set('background-color', "#2c2e34");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment