update and additions

This commit is contained in:
Tristan Šneider
2026-01-30 20:42:10 +01:00
parent f786998533
commit 9e83baad82
2 changed files with 35 additions and 146 deletions

View File

@@ -1,4 +1,3 @@
live_config_reload = true
[bell]
animation = "EaseOutExpo"
@@ -7,43 +6,37 @@ duration = 0
[colors]
draw_bold_text_with_bright_colors = true
[colors.bright]
black = "0x303030"
blue = "0x6484c7"
cyan = "0x84c7c7"
green = "0x64c784"
magenta = "0x7355d7"
red = "0xc76484"
white = "0xd7d7d7"
yellow = "0xc7c784"
[colors.primary]
foreground = "#e6edf3"
background = "#202325"
[colors.cursor]
cursor = "0xd1d4d2"
text = "0x1d1f21"
text = "#010409"
cursor = "#e6edf3"
[colors.dim]
black = "0x050505"
blue = "0x6699cc"
cyan = "0x66cccc"
green = "0x99cc99"
magenta = "0xcc99cc"
red = "0xf2777a"
white = "0xdddddd"
yellow = "0xffcc66"
[colors.selection]
text = "#e6edf3"
background = "#264f78"
[colors.normal]
black = "0x1d1d1d"
blue = "0x3555d7"
cyan = "0x55b7b7"
green = "0x35d755"
magenta = "0xd755d7"
red = "0xd73555"
white = "0xe7e7e7"
yellow = "0xd7d755"
black = "#484f58"
red = "#ff7b72"
green = "#3fb950"
yellow = "#d29922"
blue = "#58a6ff"
magenta = "#bc8cff"
cyan = "#39c5cf"
white = "#b1bac4"
[colors.primary]
background = "0x1d1f21"
foreground = "0xd1d4d2"
[colors.bright]
black = "#6e7681"
red = "#ffa198"
green = "#56d364"
yellow = "#e3b341"
blue = "#79c0ff"
magenta = "#d2a8ff"
cyan = "#56d4dd"
white = "#ffffff"
[cursor]
style = "Block"
@@ -52,10 +45,10 @@ style = "Block"
render_timer = false
[env]
TERM = "xterm-256color"
TERM = "xterm-direct"
[font]
size = 12.0
size = 14.0
[font.bold]
family = "Terminus"
@@ -565,7 +558,7 @@ key = "F12"
mods = "Super"
[mouse]
hide_when_typing = true
hide_when_typing = false
[[mouse.bindings]]
action = "PasteSelection"
@@ -582,5 +575,8 @@ columns = 100
lines = 40
[window.padding]
x = 2
x = 1
y = 0
[general]
live_config_reload = true