Add other random configs from bigbox

This commit is contained in:
2025-10-16 14:37:47 +02:00
parent 205fafb52b
commit 43f2d3c484
5 changed files with 817 additions and 0 deletions

View File

@@ -0,0 +1,63 @@
[colors.bright]
black = "#000000"
blue = "#0073ff"
cyan = "#00ffd0"
green = "#00ff3c"
magenta = "#ae00ff"
red = "#ff0008"
white = "#ffffff"
yellow = "#fff200"
[colors.normal]
black = "#0e0f0f"
blue = "#4f9de0"
cyan = "#52bdae"
green = "#67c05f"
magenta = "#b066c7"
red = "#c95151"
white = "#ebebeb"
yellow = "#f7e64f"
[colors.primary]
background = "#000000"
foreground = "#ffffff"
[font]
size = 14.0
[[keyboard.bindings]]
chars = "\u001Bb"
key = "Left"
mods = "Control"
[[keyboard.bindings]]
chars = "\u001Bf"
key = "Right"
mods = "Control"
[[keyboard.bindings]]
chars = "\u001B\u007F"
key = "Back"
mods = "Control"
[[mouse.bindings]]
action = "Copy"
mouse = "Right"
[[mouse.bindings]]
action = "Paste"
mods = "Shift"
mouse = "Right"
[terminal]
[terminal.shell]
args = ["--login"]
program = 'C:\Users\Administrator\scoop\shims\bash.exe'
[font.normal]
family = "Hasklig"
style = "Regular"
[selection]
save_to_clipboard = true