HOLY SHIT dms changed some stuff
This commit is contained in:
@@ -1,18 +1,51 @@
|
||||
font-family =
|
||||
font-family-bold =
|
||||
font-family-italic =
|
||||
font-family-bold-italic =
|
||||
font-size = 14
|
||||
theme =
|
||||
background = 2a2a2a
|
||||
foreground = ffffff
|
||||
cursor-color =
|
||||
cursor-invert-fg-bg = false
|
||||
cursor-opacity = 1
|
||||
# Font Configuration
|
||||
font-size = 12
|
||||
|
||||
# Window Configuration
|
||||
window-decoration = false
|
||||
window-padding-x = 12
|
||||
window-padding-y = 12
|
||||
background-opacity = 1.0
|
||||
background-blur-radius = 32
|
||||
|
||||
# Cursor Configuration
|
||||
cursor-style = block
|
||||
cursor-style-blink = true
|
||||
background-opacity = 1
|
||||
background-blur = false
|
||||
maximize = false
|
||||
fullscreen = false
|
||||
window-decoration = false
|
||||
|
||||
# Scrollback
|
||||
scrollback-limit = 3023
|
||||
|
||||
# Terminal features
|
||||
mouse-hide-while-typing = true
|
||||
copy-on-select = false
|
||||
confirm-close-surface = false
|
||||
|
||||
# Disable annoying copied to clipboard
|
||||
app-notifications = no-clipboard-copy,no-config-reload
|
||||
|
||||
# Key bindings for common actions
|
||||
#keybind = ctrl+c=copy_to_clipboard
|
||||
#keybind = ctrl+v=paste_from_clipboard
|
||||
keybind = ctrl+shift+n=new_window
|
||||
keybind = ctrl+t=new_tab
|
||||
keybind = ctrl+plus=increase_font_size:1
|
||||
keybind = ctrl+minus=decrease_font_size:1
|
||||
keybind = ctrl+zero=reset_font_size
|
||||
|
||||
# Material 3 UI elements
|
||||
unfocused-split-opacity = 0.7
|
||||
unfocused-split-fill = #44464f
|
||||
|
||||
# Tab configuration
|
||||
gtk-titlebar = false
|
||||
|
||||
# Shell integration
|
||||
shell-integration = detect
|
||||
shell-integration-features = cursor,sudo,title,no-cursor
|
||||
keybind = shift+enter=text:\n
|
||||
|
||||
# Rando stuff
|
||||
gtk-single-instance = true
|
||||
|
||||
# Dank color generation
|
||||
config-file = ./config-dankcolors
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
background = #131313
|
||||
foreground = #e2e2e2
|
||||
cursor-color = #d2bbff
|
||||
selection-background = #523689
|
||||
selection-foreground = #e2e2e2
|
||||
background = #151218
|
||||
foreground = #e7e0e8
|
||||
cursor-color = #d2bcfd
|
||||
selection-background = #4f3d74
|
||||
selection-foreground = #e7e0e8
|
||||
|
||||
palette = 0=#131313
|
||||
palette = 1=#e15242
|
||||
palette = 0=#151218
|
||||
palette = 1=#df5241
|
||||
palette = 2=#6ed675
|
||||
palette = 3=#dbda7b
|
||||
palette = 4=#946be1
|
||||
palette = 5=#a496bf
|
||||
palette = 6=#d2bbff
|
||||
palette = 4=#956be1
|
||||
palette = 5=#a396bd
|
||||
palette = 6=#d2bcfd
|
||||
palette = 7=#abb2bf
|
||||
palette = 8=#5c6370
|
||||
palette = 9=#e06a5f
|
||||
palette = 10=#86e08c
|
||||
palette = 11=#e8e797
|
||||
palette = 12=#e1c8ff
|
||||
palette = 13=#7e6acd
|
||||
palette = 14=#8c6ab4
|
||||
palette = 12=#e1c9ff
|
||||
palette = 13=#7f6acc
|
||||
palette = 14=#8d6ab3
|
||||
palette = 15=#ffffff
|
||||
|
||||
Reference in New Issue
Block a user