aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorMichal Hanus <mikehanus@protonmail.com>2026-01-01 17:25:49 +0100
committerMichal Hanus <mikehanus@protonmail.com>2026-01-01 17:25:49 +0100
commitea01f1505ed6d22ab730aa8dec6cf6eeac6fb25e (patch)
tree339d2f8b508c9e70719cbe472a8d4ee483abd29a /.config
parent69ce5a05e2c85b173f8c4ae8959323be8a582419 (diff)
fonts, vscode, profiles
Diffstat (limited to '.config')
-rw-r--r--.config/VSCodium/User/settings.json7
-rw-r--r--.config/terminator/config29
2 files changed, 36 insertions, 0 deletions
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]