1
0
Fork 0

colorscheme update + some tmux updates

This commit is contained in:
Arthur Khachaturov 2024-08-20 02:20:14 +03:00
parent 59daa951f9
commit 3db255cc32
No known key found for this signature in database
GPG key ID: CAC2B7EB6DF45D55
12 changed files with 153 additions and 432 deletions

View file

@ -1,33 +1,37 @@
live_config_reload: true
colors:
bright:
black: "0x5c6370"
blue: "0x61afef"
cyan: "0x56b6c2"
green: "0x98c379"
magenta: "0xc678dd"
red: "0xe06c75"
white: "0xe6efff"
yellow: "0xd19a66"
normal:
black: "0x1e2127"
blue: "0x61afef"
cyan: "0x56b6c2"
green: "0x98c379"
magenta: "0xc678dd"
red: "0xe06c75"
white: "0x828791"
yellow: "0xd19a66"
primary:
background: "0x1e2127"
bright_foreground: "0xe6efff"
foreground: "0xabb2bf"
background: "#101010"
foreground: "#C6C6C6"
normal:
black: "#101010"
red: "#C40233"
green: "#009F6B"
yellow: "#FFD700"
blue: "#0087BD"
magenta: "#9A4EAE"
cyan: "#20B2AA"
white: "#C6C6C6"
bright:
black: "#696969"
red: "#FF2400"
green: "#03C03C"
yellow: "#FDFF00"
blue: "#007FFF"
magenta: "#FF1493"
cyan: "#00CCCC"
white: "#FFFAFA"
cursor:
style:
blinking: Off
shape: Block
env:
TERM: xterm-256color
font:
size: 11
glyph_offset:
@ -38,22 +42,23 @@ font:
offset:
x: 1
y: 2
keyboard:
bindings:
- chars: "\x1f"
key: Slash
mods: Control
- chars: "\0"
key: Space
mods: Control
- chars: "\e"
key: Back
mods: Control
key_bindings:
- chars: "\x1f"
key: Slash
mods: Control
- chars: "\0"
key: Space
mods: Control
- chars: "\e"
key: Back
mods: Control
- chars: "\u0100"
key: M
mods: Control
window:
dynamic_padding: true
dimensions:
columns: 140
lines: 45
padding:
x: 2
y: 2