From ea01f1505ed6d22ab730aa8dec6cf6eeac6fb25e Mon Sep 17 00:00:00 2001 From: Michal Hanus Date: Thu, 1 Jan 2026 17:25:49 +0100 Subject: fonts, vscode, profiles --- .config/VSCodium/User/settings.json | 7 +++++++ .config/terminator/config | 29 +++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 .config/VSCodium/User/settings.json create mode 100644 .config/terminator/config (limited to '.config') diff --git a/.config/VSCodium/User/settings.json b/.config/VSCodium/User/settings.json new file mode 100644 index 0000000..efbcd0b --- /dev/null +++ b/.config/VSCodium/User/settings.json @@ -0,0 +1,7 @@ +{ + "workbench.colorTheme": "Default Light Modern", + "editor.fontFamily": "Iosevka, Fira Code, Iosevka Extended, monospace", + "terminal.integrated.fontFamily": "Iosevka Term", + "keyboard.dispatch": "keyCode", + "editor.fontLigatures": true +} \ No newline at end of file diff --git a/.config/terminator/config b/.config/terminator/config new file mode 100644 index 0000000..8965081 --- /dev/null +++ b/.config/terminator/config @@ -0,0 +1,29 @@ +[global_config] + borderless = True +[keybindings] +[profiles] + [[default]] + background_darkness = 0.8 + background_type = transparent + font = Iosevka Term 12 + scrollback_infinite = True + use_system_font = False + title_transmit_bg_color = "#3584e4" + title_receive_bg_color = "#57e389" + [[netflix]] + background_color = "#282828" + background_darkness = 0.1 + background_type = transparent + font = DejaVuSansMono Nerd Font Mono 10 + foreground_color = "#ebdbb2" + use_system_font = False +[layouts] + [[default]] + [[[window0]]] + type = Window + parent = "" + [[[child1]]] + type = Terminal + parent = window0 + profile = default +[plugins] -- cgit v1.2.3