dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit 900457f10789b979a5dad47d66e43b8e924a96c6
parent c04bd76cc12a0342d3a285dc4b1c946833db848f
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Fri, 29 May 2015 21:26:40 -0700

Terminator: Update config file with small tweaks

Diffstat:
config/terminator/config | 10+++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/config/terminator/config b/config/terminator/config @@ -6,15 +6,18 @@ [profiles] [[default]] use_system_font = False - custom_command = tmux -2 + background_image = None + background_darkness = 0.32 scrollbar_position = hidden + cursor_color = "#959393" use_custom_command = True show_titlebar = False - background_darkness = 0.32 - font = Monospace 10 + custom_command = tmux -2 + font = Monospace 14 [[solarized-clear]] scrollbar_position = hidden palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3" + background_image = None background_darkness = 0.75 background_type = transparent use_system_font = False @@ -26,6 +29,7 @@ [[solarized]] scrollbar_position = hidden palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3" + background_image = None custom_command = tmux -2 use_system_font = False foreground_color = "#93a1a1"