Removed unneccesary config, changed git info

This commit is contained in:
Asdam9
2026-04-14 22:52:27 +02:00
parent 827124afdb
commit 68744e5fa1
2 changed files with 1 additions and 57 deletions

View File

@@ -1,57 +0,0 @@
[terminal.shell]
args = ['--login']
program = "/usr/bin/zsh"
[cursor]
style = "Block"
[font]
size = 12
[font.normal]
family = "BitstromWeraNerdFontMono"
[window]
startup_mode = "Windowed"
dynamic_padding = true
opacity = 0.9
[window.padding]
x = 0
y = 0
[colors.normal]
black = '0x090618'
red = '0xc34043'
green = '0x76946a'
yellow = '0xc0a36e'
blue = '0x7e9cd8'
magenta = '0x957fb8'
cyan = '0x6a9589'
white = '0xc8c093'
[colors.primary]
background = '0x1f1f28'
foreground = '0xdcd7ba'
[colors.cursor]
cursor = '0x2d4f67'
text = '0xc8c093'
[[colors.indexed_colors]]
index = 16
color = '0xffa066'
[[colors.indexed_colors]]
index = 17
color = '0xff5d62'
[keyboard]
bindings = [
{key="j", mods="Alt", action="ScrollHalfPageDown"},
{key="k", mods="Alt", action="ScrollHalfPageUp"},
]
[terminal]

View File

@@ -8,6 +8,7 @@
enable = true;
config.user = {
name = "Asdam9";
email = "asdam9@asdam9.xyz";
};
};
};