Skip to content

Instantly share code, notes, and snippets.

@anvanvan
Created January 17, 2026 01:36
Show Gist options
  • Select an option

  • Save anvanvan/c86531d26494b0d2d374d5f7e9ebc21b to your computer and use it in GitHub Desktop.

Select an option

Save anvanvan/c86531d26494b0d2d374d5f7e9ebc21b to your computer and use it in GitHub Desktop.
Flexoki Light theme for Blink Shell iOS
// Flexoki Light for Blink Shell
// https://stephango.com/flexoki
black = '#100F0F'; // Flexoki black
red = '#AF3029'; // Red 600
green = '#66800B'; // Green 600
yellow = '#AD8301'; // Yellow 600
blue = '#205EA6'; // Blue 600
magenta = '#A02F6F'; // Magenta 600
cyan = '#24837B'; // Cyan 600
white = '#FFFCF0'; // Flexoki paper
lightBlack = '#6F6E69'; // tx-3 (dimmed text)
lightRed = '#D14D41'; // Red 400
lightGreen = '#879A39'; // Green 400
lightYellow = '#D0A215'; // Yellow 400
lightBlue = '#4385BE'; // Blue 400
lightMagenta= '#CE5D97'; // Magenta 400
lightCyan = '#3AA99F'; // Cyan 400
lightWhite = '#F2F0E5'; // bg
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('foreground-color', '#100F0F');
t.prefs_.set('background-color', '#FFFCF0');
t.prefs_.set('cursor-color', '#100F0F');
t.prefs_.set('cursor-blink', false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment