changed some

This commit is contained in:
2024-08-21 01:24:22 +02:00
parent 319fceddd0
commit acd6b00420
8 changed files with 323 additions and 39 deletions

View File

@ -9,36 +9,36 @@ duration = 0
draw_bold_text_with_bright_colors = false
[colors.bright]
black = "#7B7B7B"
blue = "#B5DCFE"
cyan = "#DFDFFD"
green = "#CEFFAB"
magenta = "#FB9BFE"
red = "#AF4B57"
white = "#FEFFFE"
yellow = "#FFFECC"
black = "#505050"
blue = "#547C99"
cyan = "#7DD6CF"
green = "#7B9246"
magenta = "#9F4E85"
red = "#A53C23"
white = "#F5F5F5"
yellow = "#D3A04D"
[colors.cursor]
cursor = "0x4d4d4c"
text = "0xffffff"
[colors.normal]
black = "#4F4F4F"
blue = "#7D90A4"
cyan = "#85A6A5"
green = "#AFD383"
magenta = "#A4799D"
red = "#AF4B57"
white = "#EEEDEE"
yellow = "#E5C079"
black = "#151515"
blue = "#6C99BB"
cyan = "#7DD6CF"
green = "#7B9246"
magenta = "#9F4E85"
red = "#A53C23"
white = "#D0D0D0"
yellow = "#D3A04D"
[colors.primary]
background = "#1C1F27"
foreground = "#979CAC"
background = "#222222"
foreground = "#D0D0D0"
[cursor]
style = "Block"
unfocused_hollow = true
[cursor.style]
shape = "Beam"
blinking = "On"
[debug]
log_level = "OFF"
@ -50,19 +50,19 @@ render_timer = false
size = 16.0
[font.bold]
family = "Source Code Pro"
style = "Bold"
family = "Monaspace Neon"
style = "Regular"
[font.glyph_offset]
x = 0
y = 0
[font.italic]
family = "Source Code Pro"
family = "Monaspace Neon"
style = "Italic"
[font.normal]
family = "Source Code Pro"
family = "Monaspace Neon"
style = "Regular"
[font.offset]
@ -74,6 +74,11 @@ bindings = [
{ action = "PasteSelection", mouse = "Middle" },
]
[keyboard]
bindings = [
{ key = "Back", mods = "Control", chars = "\u001b\u007f"}
]
[scrolling]
history = 100000
multiplier = 3
@ -84,9 +89,12 @@ semantic_escape_chars = ",│`|:\"' ()[]{}<>"
[window]
decorations = "full"
blur = false
dynamic_padding = false
opacity = 1
startup_mode = "windowed"
title = "Terminal"
dynamic_title = false
[window.dimensions]
columns = 85