Skip to content

Commit

Permalink
Merge pull request #486 from Vulcalien/master
Browse files Browse the repository at this point in the history
Cursor: make it possible to change foreground color (#467)
  • Loading branch information
mattrose authored Aug 16, 2021
2 parents b4990c3 + 9ded898 commit 6904998
Show file tree
Hide file tree
Showing 4 changed files with 132 additions and 113 deletions.
6 changes: 3 additions & 3 deletions terminatorlib/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,9 @@
'color_scheme' : 'grey_on_black',
'cursor_blink' : True,
'cursor_shape' : 'block',
'cursor_color' : '',
'cursor_color_fg' : True,
'cursor_fg_color' : '',
'cursor_bg_color' : '',
'cursor_color_default' : True,
'term' : 'xterm-256color',
'colorterm' : 'truecolor',
'font' : 'Mono 10',
Expand Down Expand Up @@ -844,4 +845,3 @@ def get_layout(self, layout):
def set_layout(self, layout, tree):
"""Set a layout"""
self.layouts[layout] = tree

Loading

0 comments on commit 6904998

Please sign in to comment.