Skip to content

Instantly share code, notes, and snippets.

@instinctive
Last active September 6, 2021 15:39
Show Gist options
  • Save instinctive/f7de862f30cb3063d4a4e29c097a38ba to your computer and use it in GitHub Desktop.
Save instinctive/f7de862f30cb3063d4a4e29c097a38ba to your computer and use it in GitHub Desktop.
Blink shell color theme - seoul256
black = '#4e4e4e';
red = '#d68787'; // red
green = '#5f865f'; // green
yellow = '#d8af5f'; // yellow
blue = '#85add4'; // blue
magenta = '#d7afaf'; // pink
cyan = '#87afaf'; // cyan
white = '#d0d0d0'; // light gray
lightBlack = '#626262'; // medium gray
lightRed = '#d75f87'; // red
lightGreen = '#87af87'; // green
lightYellow = '#ffd787'; // yellow
lightBlue = '#add4fb'; // blue
lightMagenta= '#ffafaf'; // pink
lightCyan = '#87d7d7'; // cyan
lightWhite = '#e4e4e4'; // white
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(216,175,95,0.5)' );
t.prefs_.set('foreground-color', '#d0d0d0');
t.prefs_.set('background-color', '#3a3a3a');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment