Created
August 30, 2019 12:12
-
-
Save ljcucc/d0ef21c1d5c6e7cd6796c6c2118c62b8 to your computer and use it in GitHub Desktop.
ljcucc's crosh terminal config (including gruvbox palettes, powerline font)
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
{ | |
"magic":"nassh-prefs", | |
"version":1, | |
"nassh":{ | |
"profile-ids":[ | |
] | |
}, | |
"hterm":{ | |
"deefault":{ | |
"background-color":"rgba(33, 33, 33, 1)" | |
}, | |
"default":{ | |
"background-color":"rgba(40, 40, 40, 1)", | |
"cursor-shape":"BEAM", | |
"cursor-color":"rgba(255, 255, 255, 0.5)", | |
"color-palette-overrides":{ | |
"0":"#282828", | |
"1":"#cc241d", | |
"2":"#98971a", | |
"3":"#d79921", | |
"4":"#458588", | |
"5":"#b16286", | |
"6":"#689d6a", | |
"7":"#a89984", | |
"8":"#928374", | |
"9":"#fb4934", | |
"10":"#b9bb26", | |
"11":"#fabd2f", | |
"12":"#83a598", | |
"13":"#d3869b", | |
"14":"#8ec07c", | |
"15":"#ebdbb2" | |
}, | |
"ctrl-c-copy":true, | |
"ctrl-v-paste":true, | |
"font-size":"18", | |
"user-css":"https://cdn.jsdelivr.net/gh/wernight/powerline-web-fonts@ba4426cb0c0b05eb6cb342c7719776a41e1f2114/PowerlineFonts.css" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment