From fb0bdfc9224465e2b4ac5737792ede4355943929 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 25 Feb 2023 11:39:36 -0500 Subject: add blackbox config --- users/seth/desktop/gnome.nix | 45 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) (limited to 'users/seth') diff --git a/users/seth/desktop/gnome.nix b/users/seth/desktop/gnome.nix index 0bad251..54703bf 100644 --- a/users/seth/desktop/gnome.nix +++ b/users/seth/desktop/gnome.nix @@ -26,6 +26,11 @@ command = "blackbox"; binding = "t"; }; + "com/raggesilver/BlackBox" = { + font = ''FiraCode Nerd Font 12''; + theme-dark = ''Catppuccin-Mocha''; + remember-window-size = true; + }; }; gtk = { @@ -35,4 +40,44 @@ package = pkgs.adw-gtk3; }; }; + + xdg.dataFile."blackbox/schemes/Catppuccin-Mocha.json" = { + text = '' + { + "name": "Catppuccin-Mocha", + "comment": "Soothing pastel theme for the high-spirited!", + "background-color": "#1E1E2E", + "foreground-color": "#CDD6F4", + "badge-color": "#585B70", + "bold-color": "#585B70", + "cursor-background-color": "#F5E0DC", + "cursor-foreground-color": "#1E1E2E", + "highlight-background-color": "#F5E0DC", + "highlight-foreground-color": "#1E1E2E", + "palette": [ + "#45475A", + "#F38BA8", + "#A6E3A1", + "#F9E2AF", + "#89B4FA", + "#F5C2E7", + "#94E2D5", + "#BAC2DE", + "#585B70", + "#F38BA8", + "#A6E3A1", + "#F9E2AF", + "#89B4FA", + "#F5C2E7", + "#94E2D5", + "#A6ADC8" + ], + "use-badge-color": false, + "use-bold-color": false, + "use-cursor-color": true, + "use-highlight-color": true, + "use-theme-colors": false + } + ''; + }; } -- cgit v1.2.3