~ubuntu-branches/ubuntu/trusty/terminator/trusty

« back to all changes in this revision

Viewing changes to terminatorlib/config.py

  • Committer: Bazaar Package Importer
  • Author(s): Nicolas Valcárcel Scerpella (Canonical)
  • Date: 2010-04-15 17:50:46 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100415175046-dmyjkr18ijn8t91w
Tags: 0.93-0ubuntu1
* New upstream release
* Remove terminator_config.patch, included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
            'hide_tabbar'           : False,
87
87
            'scroll_tabbar'         : False,
88
88
            'try_posix_regexp'      : platform.system() != 'Linux',
89
 
            'title_transmit_fg_color' : '#ffffffffffff',
90
 
            'title_transmit_bg_color' : '#c8c800000303',
91
 
            'title_receive_fg_color' : '#ffffffffffff',
92
 
            'title_receive_bg_color' : '#00007676c9c9',
93
 
            'title_inactive_fg_color' : '#000000000000',
94
 
            'title_inactive_bg_color' : '#c0c0bebebfbf',
 
89
            'title_transmit_fg_color' : '#ffffff',
 
90
            'title_transmit_bg_color' : '#c80003',
 
91
            'title_receive_fg_color' : '#ffffff',
 
92
            'title_receive_bg_color' : '#0076c9',
 
93
            'title_inactive_fg_color' : '#000000',
 
94
            'title_inactive_bg_color' : '#c0bebf',
95
95
            'disabled_plugins'      : ['TestPlugin', 'CustomCommandsMenu'],
96
96
        },
97
97
        'keybindings': {
153
153
                'visible_bell'          : False,
154
154
                'urgent_bell'           : False,
155
155
                'icon_bell'             : True,
156
 
                'background_color'      : '#000000000000',
 
156
                'background_color'      : '#000000',
157
157
                'background_darkness'   : 0.5,
158
158
                'background_type'       : 'solid',
159
159
                'background_image'      : None,
162
162
                'color_scheme'          : 'grey_on_black',
163
163
                'cursor_blink'          : True,
164
164
                'cursor_shape'          : 'block',
165
 
                'cursor_color'          : '#aaaaaaaaaaaa',
 
165
                'cursor_color'          : '#aaaaaa',
166
166
                'emulation'             : 'xterm',
167
167
                'font'                  : 'Mono 10',
168
 
                'foreground_color'      : '#aaaaaaaaaaaa',
 
168
                'foreground_color'      : '#aaaaaa',
169
169
                'show_titlebar'         : True,
170
170
                'scrollbar_position'    : "right",
171
171
                'scroll_background'     : True,
174
174
                'scrollback_lines'      : 500,
175
175
                'scrollback_infinite'   : False,
176
176
                'exit_action'           : 'close',
177
 
                'palette'               : '#2E2E34343636:#CCCC00000000:\
178
 
#4E4E9A9A0606:#C4C4A0A00000:#34346565A4A4:#757550507B7B:#060698209A9A:\
179
 
#D3D3D7D7CFCF:#555557575353:#EFEF29292929:#8A8AE2E23434:#FCFCE9E94F4F:\
180
 
#72729F9FCFCF:#ADAD7F7FA8A8:#3434E2E2E2E2:#EEEEEEEEECEC',
 
177
                'palette'               : '#2e3436:#cc0000:#4e9a06:#c4a000:\
 
178
#3465a4:#75507b:#06989a:#d3d7cf:#555753:#ef2929:#8ae234:#fce94f:\
 
179
#729fcf:#ad7fa8:#34e2e2:#eeeeec',
181
180
                'word_chars'            : '-A-Za-z0-9,./?%&#:_',
182
181
                'mouse_autohide'        : True,
183
182
                'update_records'        : True,