Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions config/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -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.
)
5 changes: 3 additions & 2 deletions config/terminator/config
Original file line number Diff line number Diff line change
@@ -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]
Expand All @@ -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]]
Expand Down