Skip to content

Instantly share code, notes, and snippets.

@kartikgajjar7
Created September 28, 2024 15:58
Show Gist options
  • Save kartikgajjar7/78ef42b6ad3adc07070da025ea605bb3 to your computer and use it in GitHub Desktop.
Save kartikgajjar7/78ef42b6ad3adc07070da025ea605bb3 to your computer and use it in GitHub Desktop.
font:
normal:
family: "JetBrainsMono Nerd Font"
bold:
family: "JetBrainsMono Nerd Font"
italic:
family: "JetBrainsMono Nerd Font"
bold_italic:
family: "JetBrainsMono Nerd Font"
size: 12
window:
padding:
x: 10
y: 0
decorations: full
opacity: 1.0
dynamic_title: true
selection:
save_to_clipboard: false
live_config_reload: true
colors:
primary:
background: "#131721"
foreground: "#FCFCFC"
normal:
black: "0x000000"
red: "0xff4b16"
green: "0xffff75"
yellow: "0xff7b83"
blue: "0xff9496"
magenta: "0xff71c4"
cyan: "0xffa1a1"
white: "0xfff6e3"
bright:
black: "0xff0000"
red: "0xff4b16"
green: "0xffff75"
yellow: "0xff7b83"
blue: "0xff9496"
magenta: "0xff71c4"
cyan: "0xffa1a1"
white: "0xfff6e3"
cursor:
cursor: "#a5b6cf"
text: CellForeground
selection:
text: CellForeground
background: "#303340"
vi_mode_cursor:
text: CellBackground
cursor: CellForeground
key_bindings:
- { key: Q, mods: Control, action: Quit }
- { key: C, mods: Control, action: Copy }
- { key: V, mods: Control, action: Paste }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment