2022-02-01 10:19:10 +01:00
|
|
|
colors:
|
|
|
|
bright:
|
|
|
|
black: "#928374"
|
|
|
|
blue: "#83a598"
|
|
|
|
cyan: "#8ec07c"
|
|
|
|
green: "#b8bb26"
|
|
|
|
magenta: "#d3869b"
|
|
|
|
red: "#fb4934"
|
|
|
|
white: "#ebdbb2"
|
|
|
|
yellow: "#fabd2f"
|
|
|
|
normal:
|
|
|
|
black: "#282828"
|
|
|
|
blue: "#458588"
|
|
|
|
cyan: "#689d6a"
|
|
|
|
green: "#98971a"
|
|
|
|
magenta: "#b16286"
|
|
|
|
red: "#cc241d"
|
|
|
|
white: "#a89984"
|
|
|
|
yellow: "#d79921"
|
|
|
|
primary:
|
|
|
|
background: "#282828"
|
|
|
|
bg_darker: "#1d2021"
|
|
|
|
bg_lighter: "#3c3836"
|
|
|
|
foreground: "#ebdbb2"
|
|
|
|
|
|
|
|
cursor:
|
|
|
|
style: "Block"
|
|
|
|
unfocused_hollow: true
|
|
|
|
font:
|
2022-03-23 10:37:00 +01:00
|
|
|
#normal: { "family": "Fira Code" }
|
|
|
|
normal: { "family": "Jetbrains Mono" }
|
2022-03-21 10:42:09 +01:00
|
|
|
#normal: { "family": "Victor Mono" }
|
|
|
|
#normal: { "family": "Monoid" }
|
|
|
|
#normal: { "family": "Mono Lisa" }
|
2022-03-23 10:37:00 +01:00
|
|
|
#normal: { "family": "cherry" }
|
|
|
|
#normal: { "family": "scientifica" }
|
|
|
|
#normal: { "family": "cozette" }
|
2022-03-21 10:42:09 +01:00
|
|
|
#normal: { "family": "xos4 Terminus" }
|
2022-02-01 10:19:10 +01:00
|
|
|
offset: { "x": 0, "y": 0 }
|
|
|
|
size: 12
|
|
|
|
|
|
|
|
key_bindings:
|
|
|
|
- { "action": "SpawnNewInstance", "key": "N", "mods": "Control|Shift" }
|
|
|
|
live_config_reload: true
|
|
|
|
mouse:
|
|
|
|
double_click: { "threshold": 300 }
|
|
|
|
hide_when_typing: true
|
|
|
|
triple_click: { "threshold": 300 }
|
|
|
|
|
|
|
|
window:
|
|
|
|
dynamic_padding: true
|
|
|
|
dynamic_title: true
|
|
|
|
padding: { "x": 20, "y": 20 }
|
|
|
|
opacity: 1
|