Skip to content

Instantly share code, notes, and snippets.

@Robinzon100
Last active September 11, 2020 12:36
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 Robinzon100/439d8bbc78e6491c4dc500d07a6f5cf5 to your computer and use it in GitHub Desktop.
Save Robinzon100/439d8bbc78e6491c4dc500d07a6f5cf5 to your computer and use it in GitHub Desktop.
# enable_experimental_conpty_backend: true
# add some transparency
background_opacity: 0.99
dimensions:
columns: 80
lines: 30
font:
size: 9.5
normal:
family: monolisa
style: Regular
bold:
family: monolisa
italic:
family: monolisa
offset:
x: 0
y: 0
glyph_offset:
x: 0
y: 0
# If `true`, bold text is drawn using the bright color variants.
draw_bold_text_with_bright_colors: true
selection:
semantic_escape_chars: ',│`|:"'' ()[]{}<>'
save_to_clipboard: true
live_config_reload: true
# Colors (Hyper)
colors:
# Default colors
primary:
background: '#0f0e0f'
foreground: '#ffffff'
cursor:
text: '#F81CE5'
cursor: '#ffffff'
# Normal colors
normal:
black: '#000000'
red: '#fe0100'
green: '#33ff00'
yellow: '#feff00'
blue: '#0066ff'
magenta: '#cc00ff'
cyan: '#00ffff'
white: '#d0d0d0'
# Bright colors
bright:
black: '#808080'
red: '#fe0100'
green: '#33ff00'
yellow: '#feff00'
blue: '#0066ff'
magenta: '#cc00ff'
cyan: '#00ffff'
white: '#FFFFFF'
window:
padding:
x: 10
y: 5
dimensions:
columns: 140
lines: 40
decorations: full
url:
modifiers: Control|Shift
launcher:
program: explorer
cursor:
style: Block
unfocused_hollow: true
key_bindings:
- { key: Key0, mods: Control, action: ResetFontSize }
- { key: Equals, mods: Control, action: IncreaseFontSize }
- { key: Add, mods: Control, action: IncreaseFontSize }
- { key: Subtract, mods: Control, action: DecreaseFontSize }
- { key: Minus, mods: Control, action: DecreaseFontSize }
- { key: N, mods: Control, action: SpawnNewInstance }
mouse_bindings:
- { mouse: Right, action: PasteSelection }
shell:
program: "C:\\Windows\\System32\\wsl.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment