Skip to content

Instantly share code, notes, and snippets.

@yasushisakai
Created June 15, 2019 10:07
Show Gist options
  • Save yasushisakai/744d8c84821151dcf77f5316b7f1b6c7 to your computer and use it in GitHub Desktop.
Save yasushisakai/744d8c84821151dcf77f5316b7f1b6c7 to your computer and use it in GitHub Desktop.
testing nord theme for blink shell (ios terminal emulator)
t.prefs_.set('color-palette-overrides',["#2e3440", "#3b4252", "#434c5e", "#4c556a", "#d8dee9", "#e5e9f0", "#eceff4", "#8fbcbb", "#88c0d0", "#81a1c1", "#5e81ac", "#bf616a", "#d08770", "#ebdb8b", "#a3be8c", "#b48ead"]);
t.prefs_.set('foreground-color', "#eceff4");
t.prefs_.set('background-color', "#2e3340");
t.prefs_.set('cursor-color', "#e5e9f0");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment