ubuntu - Solarized theme for multiple windows on terminator not working -


i using ubuntu 12.04 lts terminator , zsh

i tried change theme of terminator using https://github.com/ghuntley/terminator-solarized/blob/master/readme.md

i have changed theme of termninator when split window splited window in old theme instead of new theme

this how looksenter image description here

what wrong in it

one way preserve profile on splits put under

[profiles]   [[default]] 

the code corresponding profile want.

for example, if want solarized-light should this:

[profiles]   [[default]]     palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"     background_color = "#eee8d5"     foreground_color = "#002b36"     cursor_color = "#002b36" 

Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -