Skip to content

Instantly share code, notes, and snippets.

@disrupted
Last active July 29, 2020 10:38
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 disrupted/2be2901158ef5f71a99ae47e48bab9f0 to your computer and use it in GitHub Desktop.
Save disrupted/2be2901158ef5f71a99ae47e48bab9f0 to your computer and use it in GitHub Desktop.
my Blink Shell color scheme
var base03 = "#2C3E50";
var base02 = "#34495E";
var base01 = "#27AE60";
var base00 = "#F39C12";
var base0 = "#3C7DD1";
var base1 = "#2980B9";
var base2 = "#ECF0F1";
var base3 = "#BDC3C7";
var yellow = "#F1C40F";
var orange = "#C0392B";
var red = "#E74C3C";
var magenta = "#9B59B6";
var violet = "#8E44AD";
var blue = "#3498DB";
var cyan = "#1ABC9C";
var green = "#2ECC71";
term_set('color-palette-overrides',
[ base02 , red , green , yellow,
blue , magenta , cyan , base2,
base03 , orange , base01 , base00,
base0 , violet , base1 , base3 ]);
term_set('cursor-color', 'rgba(229, 190, 12, 0.5)');
term_set('cursor-blink', false);
term_set('foreground-color', base3);
term_set('background-color', "#24282c");
@disrupted
Copy link
Author

My minimalist color scheme for the fantastic iOS Blink Shell application

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment