Last active
May 21, 2019 05:54
-
-
Save AWtnb/9dbf6e4b10fd2602b3d16d88105cb19a to your computer and use it in GitHub Desktop.
terminus config
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
| hotkeys: | |
| shell: | |
| powershell: | |
| - - Ctrl-T | |
| profile: {} | |
| new-tab: [] | |
| close-tab: | |
| - - Ctrl-W | |
| rename-tab: [] | |
| split-right: [] | |
| split-bottom: [] | |
| pane-nav-up: [] | |
| pane-nav-down: [] | |
| pane-nav-left: [] | |
| pane-nav-right: [] | |
| next-tab: | |
| - - Ctrl-Tab | |
| previous-tab: | |
| - - Ctrl-Shift-Tab | |
| paste: | |
| - - Ctrl-V | |
| toggle-window: | |
| - - Ctrl-Shift-` | |
| ssh: {} | |
| terminal: | |
| colorScheme: | |
| name: Spacedust | |
| foreground: '#ecf0c1' | |
| background: '#0a1e24' | |
| cursor: '#708284' | |
| colors: | |
| - '#6e5346' | |
| - '#e35b00' | |
| - '#5cab96' | |
| - '#e3cd7b' | |
| - '#0f548b' | |
| - '#e35b00' | |
| - '#06afc7' | |
| - '#f0f1ce' | |
| - '#684c31' | |
| - '#ff8a3a' | |
| - '#aecab8' | |
| - '#ffc878' | |
| - '#67a0ce' | |
| - '#ff8a3a' | |
| - '#83a7b4' | |
| - '#fefff1' | |
| background: colorScheme | |
| cursor: beam | |
| environment: {} | |
| shell: powershell | |
| workingDirectory: '' | |
| profiles: [] | |
| font: Cica | |
| fontSize: 18 | |
| autoOpen: true | |
| frontend: xterm | |
| cursorBlink: true | |
| appearance: | |
| theme: Standard | |
| vibrancy: false | |
| frame: native | |
| enableAnalytics: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment