Skip to content

Can I create a theme for Blink Shell? #1527

Discussion options

You must be logged in to vote

Making a custom theme for Blink Shell is simple. Let's start by creating a Gist named mytheme.js. Now paste the below content to it, and save it.

black = "#1C1C1C";
red = "#AF5F5F"; // red
green = "#5F875F"; // green
yellow = "#87875F"; // yellow
blue = "#5F87AF"; // blue
magenta = "#5F5F87"; // pink
cyan = "#5F8787"; // cyan
white = "#6C6C6C"; // light gray
lightBlack = "#444444"; // medium gray
lightRed = "#FF8700"; // red
lightGreen = "#87AF87"; // green
lightYellow = "#FFFFAF"; // yellow
lightBlue = "#8FAFD7"; // blue
lightMagenta = "#8787AF"; // pink
lightCyan = "#5FAFAF"; // cyan
lightWhite = "#FFFFFF"; // white

t.prefs_.set("color-palette-overrides", [
  black,
  red,
  green,
  y…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by carloscabanero
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants