From 530fe7c3abdd50e2c48690fff94c92544eed853e Mon Sep 17 00:00:00 2001 From: itdominator <1itdominator@gmail.com> Date: Sun, 30 Nov 2025 19:51:04 -0600 Subject: [PATCH] Updated jeybinding and restructured css --- .../usr/share/app_name/key-bindings.json | 1 + user_config/usr/share/app_name/stylesheet.css | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/user_config/usr/share/app_name/key-bindings.json b/user_config/usr/share/app_name/key-bindings.json index 9e47bfb..409623a 100644 --- a/user_config/usr/share/app_name/key-bindings.json +++ b/user_config/usr/share/app_name/key-bindings.json @@ -6,6 +6,7 @@ "open-terminal" : "F4", "refresh-tab" : ["F5", "r"], "delete-files" : "Delete", + "load-interactive-debug" : "d", "tggl-top-main-menubar" : "Alt_L", "tggl-top-main-menubar" : "0", "trash-files" : "t", diff --git a/user_config/usr/share/app_name/stylesheet.css b/user_config/usr/share/app_name/stylesheet.css index 7d3c240..a8ed7b6 100644 --- a/user_config/usr/share/app_name/stylesheet.css +++ b/user_config/usr/share/app_name/stylesheet.css @@ -1,6 +1,24 @@ /* ---- Make most desired things base transparent ---- */ popover, popover > box, +notebook, +header, +stack, +scrolledwindow, +viewport { + background: rgba(0, 0, 0, 0.0); + color: rgba(255, 255, 255, 1); +} + +tab { + color: rgba(255, 255, 255, 1); +} + +tab:checked { + border-bottom-color: rgba(125, 125, 125, 1); +} + + .main-window, .base-container, .body-container, @@ -13,6 +31,7 @@ popover > box, color: rgba(255, 255, 255, 1); } + .base-container { margin: 10px; }