Skip to content

Instantly share code, notes, and snippets.

@OscarGalindo
Created June 15, 2022 20:05
Show Gist options
  • Save OscarGalindo/ded0173fb85183b59caf1f2db75ced60 to your computer and use it in GitHub Desktop.
Save OscarGalindo/ded0173fb85183b59caf1f2db75ced60 to your computer and use it in GitHub Desktop.
window:
opacity: 0.965
startup_mode: Maximized
padding:
x: 4
y: 4
scrolling:
history: 100000
shell:
program: /bin/zsh
args:
- --login
tabspaces: 4
font:
normal:
family: Source Code Pro For Powerline
style: Light
bold:
family: Source Code Pro For Powerline
style: Regular
size: 13.0
offset:
x: 1
y: 0
scale_with_dpi: true
glyph_offset:
x: 0
y: 0
use_thin_strokes: true
render_timer: false
draw_bold_text_with_bright_colors: true
bell:
duration: 1
cursor:
style: Beam
mouse:
hide_while_typing: true
visual_bell:
animation: EaseOutExpo
duration: 0
colors:
primary:
background: '#1c1f26'
foreground: '#d8dee9'
dim_foreground: '#a5abb6'
cursor:
text: "#000000"
cursor: "#ffffff"
selection:
text: "#eaeaea"
background: "#404040"
normal:
black: "#000000"
red: "#d54e53"
green: "#b9ca4a"
yellow: "#e6c547"
blue: "#7aa6da"
magenta: "#c397d8"
cyan: "#70c0ba"
white: "#eaeaea"
bright:
black: "#666666"
red: "#ff3334"
green: "#9ec400"
yellow: "#e7c547"
blue: "#7aa6da"
magenta: "#b77ee0"
cyan: "#54ced6"
white: "#ffffff"
dim:
black: "#000000"
red: "#8c3336"
green: "#7a8530"
yellow: "#97822e"
blue: "#506d8f"
magenta: "#80638e"
cyan: "#497e7a"
white: "#9a9a9a"
key_bindings:
- { key: H, mods: Command, action: Hide }
- { key: Q, mods: Command, action: Quit }
- { key: V, mods: Command, action: Paste }
- { key: C, mods: Command, action: Copy }
- { key: Key0, mods: Command, action: ResetFontSize }
- { key: Equals, mods: Command, action: IncreaseFontSize }
- { key: Minus, mods: Command, action: DecreaseFontSize }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment