From c654a3307cd3247a02672f3bbf86b4086810eaeb Mon Sep 17 00:00:00 2001 From: "c.avgulas" Date: Thu, 25 Apr 2019 18:32:34 +0200 Subject: [PATCH] ui: terminator styling --- config/emacs/init.el | 12 ++++++++++++ config/terminator/config | 5 +++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/config/emacs/init.el b/config/emacs/init.el index 9d566e7..d2b3543 100644 --- a/config/emacs/init.el +++ b/config/emacs/init.el @@ -212,3 +212,15 @@ h1,h2,h3{line-height:1.2}") +(custom-set-variables + ;; custom-set-variables was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + '(package-selected-packages (quote (which-key magit use-package)))) +(custom-set-faces + ;; custom-set-faces was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + ) diff --git a/config/terminator/config b/config/terminator/config index 207c887..ffab008 100644 --- a/config/terminator/config +++ b/config/terminator/config @@ -1,6 +1,7 @@ [global_config] title_inactive_bg_color = "#687d68" title_inactive_fg_color = "#d5dcd5" + title_receive_bg_color = "#edd400" title_transmit_bg_color = "#262a26" title_transmit_fg_color = "#d5dcd5" [keybindings] @@ -16,9 +17,9 @@ [plugins] [profiles] [[default]] - background_color = "#282828" + background_color = "#fbf1c7" cursor_color = "#d5dcd5" - foreground_color = "#ebdbb2" + foreground_color = "#3c3836" palette = "#262a26:#ff3255:#00ff00:#c3c322:#7e97fb:#ffff00:#1999b3:#808080:#687d68:#e6193c:#29a329:#c3c322:#3d62f5:#ad2bee:#1999b3:#ffffff" scrollback_infinite = True [[readabl]]