Removed unneccesary config, changed git info
This commit is contained in:
@@ -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]
|
|
||||||
@@ -8,6 +8,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
config.user = {
|
config.user = {
|
||||||
name = "Asdam9";
|
name = "Asdam9";
|
||||||
|
email = "asdam9@asdam9.xyz";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user