Skip to content

Instantly share code, notes, and snippets.

@kivlor
Created April 11, 2019 23:54
Show Gist options
  • Save kivlor/3a8d3d69bbc682aa146b0730e7fa759d to your computer and use it in GitHub Desktop.
Save kivlor/3a8d3d69bbc682aa146b0730e7fa759d to your computer and use it in GitHub Desktop.
Terminus.sublime-settings
{
"theme": "user",
"user_theme_colors": {
"background": "#0F1419",
"foreground": "#E6E1CF",
"caret": "white",
"selection": "#121E27",
"selection_foreground": "#E6E1CF",
"00": "#000000", // black
"01": "#F5878B", // red
"02": "#B8CC52", // green
"03": "#E7C547", // brown
"04": "#36A3D9", // blue
"05": "#FFEE99", // magenta
"06": "#95E6CB", // cyan
"07": "#E6E1CF", // white
"08": "#000000", // light_black
"09": "#F5878B", // light_red
"10": "#B8CC52", // light_green
"11": "#E7C547", // light_brown
"12": "#36A3D9", // light_blue
"13": "#FFEE99", // light_magenta
"14": "#95E6CB", // light_cyan
"15": "#E6E1CF" // light_white
},
"256color": true,
"unix_term": "xterm-256color"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment