Skip to content

Instantly share code, notes, and snippets.

@crutchcorn
Last active March 27, 2019 17:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crutchcorn/24d1947644b400b7f28e5f33cd50e8e8 to your computer and use it in GitHub Desktop.
Save crutchcorn/24d1947644b400b7f28e5f33cd50e8e8 to your computer and use it in GitHub Desktop.
ssh: {}
hotkeys:
shell: {}
new-tab:
- - Ctrl-T
- - Ctrl-Shift-T
next-tab:
- - Ctrl-Shift-ArrowRight
- - Ctrl-Tab
profile: {}
close-tab:
- - Ctrl-W
paste:
- - Ctrl-V
terminal:
colorScheme:
name: Solarized Light
foreground: '#536870'
background: '#fcf4dc'
cursor: '#536870'
colors:
- '#eee8d5'
- '#fdf6e3'
- '#354248'
- '#47575d'
- '#cb4b16'
- '#5459ba'
- '#627173'
- '#131f42'
- '#45506e'
- '#268bd2'
- '#0c1c66'
- '#416ea7'
- '#dc322f'
- '#d33682'
- '#1ba86a'
- '#002b36'
environment: {}
shell: cmder
bell: visual
rightClick: paste
bracketedPaste: true
copyOnSelect: true
font: Fira Code
ligatures: true
cursor: beam
autoOpen: true
background: theme
workingDirectory: 'C:\Users\CorbinCrutchley\git\linkd'
useConPTY: true
appearance:
tabsLocation: top
vibrancy: true
vibrancyType: fluent
opacity: 0.94
theme: Standard
frame: thin
css: |-
app-root > .content .tab-bar > .tabs tab-header.active {
background: none !important;
color: #334d99 !important;
}
app-root > .content {
background: center / cover no-repeat url(https://raw.githubusercontent.com/LazoCoder/Pokemon-Terminal/master/pokemonterminal/Images/Generation%20II%20-%20Johto/249.jpg);
}
tab-body {
background: none !important;
color: rgba(15, 2, 177, 0.7);
}
app-root > .content .tab-bar > .tabs tab-header .index {
color: rgba(15, 2, 177, 0.4) !important;
}
.btn-tab-bar svg {
fill: rgba(10, 0, 136, 0.75) !important;
}
app-root {
border: 0 !important;
}
.list-group-item svg {
fill: black;
}
.list-group-item-action {
color: black !important;
}
.tabs {
color: rgba(10, 0, 136, 0.75);
}
.tabs > *:not(.active), .tab-bar > *:not(.tabs) {
background: rgba(0, 0, 0, 0.15);
}
.terminus-title {
color: #333e48;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
color: black !important;
}
* {
border-color: rgba(0, 0, 0, 0.15) !important;
}
window-controls svg {
fill: black !important;
transition: color 100ms ease-in-out;
}
window-controls .btn-secondary:hover {
background-color: rgba(0,0,0,0.20) !important;
transition: background-color 100ms ease-in-out;
}
window-controls .btn-secondary:hover svg {
fill: white !important;
}
settings-tab > ngb-tabset > .nav > .nav-item > .nav-link:not(.active) {
color: #fff !important;
}
multi-hotkey-input .item .body .stroke {
color: white;
}
enableAnalytics: false
qc:
cmds: []
titleControl:
replacePattern: ''
removePattern: ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment