Created
February 21, 2026 08:15
-
-
Save anvanvan/a9a401c3e0516d649d3633e32b3570b5 to your computer and use it in GitHub Desktop.
Flexoki Dark for Blink Shell — https://stephango.com/flexoki
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Flexoki Dark for Blink Shell | |
| // https://stephango.com/flexoki | |
| black = '#100F0F'; | |
| red = '#AF3029'; | |
| green = '#66800B'; | |
| yellow = '#AD8301'; | |
| blue = '#205EA6'; | |
| magenta = '#A02F6F'; | |
| cyan = '#24837B'; | |
| white = '#878580'; | |
| lightBlack = '#6F6E69'; | |
| lightRed = '#D14D41'; | |
| lightGreen = '#879A39'; | |
| lightYellow = '#D0A215'; | |
| lightBlue = '#4385BE'; | |
| lightMagenta= '#CE5D97'; | |
| lightCyan = '#3AA99F'; | |
| lightWhite = '#CECDC3'; | |
| 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', '#CECDC3'); | |
| t.prefs_.set('background-color', '#100F0F'); | |
| t.prefs_.set('cursor-color', '#CECDC3'); | |
| t.prefs_.set('cursor-blink', false); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment