diff options
author | Julian <j@teule.nl> | 2018-10-29 21:46:32 +0100 |
---|---|---|
committer | Julian <j@teule.nl> | 2018-10-29 21:46:32 +0100 |
commit | 82ba7b838a0dc2f62b5fa9e80b37aae3d396e6ca (patch) | |
tree | 888df8272695b103bda3572598859d2a600666a6 | |
parent | 6be8e2449c2c5a00cf9a0c94bc5844907ceb84e5 (diff) |
Better terminal color theme
-rw-r--r-- | .config/terminator/config | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/terminator/config b/.config/terminator/config index ceb7b46..d49a9b6 100644 --- a/.config/terminator/config +++ b/.config/terminator/config @@ -15,11 +15,10 @@ [plugins] [profiles] [[default]] - background_color = "#1e1e1e" background_darkness = 0.93 background_type = transparent cursor_color = "#ffffff" - font = Ubuntu Mono 13 + font = Monospace 10 foreground_color = "#ffffff" palette = "#050505:#b81109:#1cb228:#baa407:#2c5fad:#e35682:#16a085:#ffffff:#1c1b19:#e8160c:#24e534:#fcdf09:#408afc:#e02c6d:#1abc9c:#ebe3e3" scrollback_infinite = True |