mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-27 11:21:32 +00:00
Merge branch 'color_code_case' of https://github.com/Luflosi/kitty
This commit is contained in:
commit
d4c2293d56
2 changed files with 3 additions and 3 deletions
|
|
@ -85,7 +85,7 @@ c('hunk_bg', '#f1f8ff')
|
|||
|
||||
c('search_bg', '#444', long_text=_('Highlighting'))
|
||||
c('search_fg', 'white')
|
||||
c('select_bg', '#B4D5FE')
|
||||
c('select_bg', '#b4d5fe')
|
||||
c('select_fg', 'black')
|
||||
|
||||
g('shortcuts')
|
||||
|
|
|
|||
|
|
@ -371,7 +371,7 @@ Use negative numbers to change scroll direction.'''))
|
|||
|
||||
g('mouse') # {{{
|
||||
|
||||
o('url_color', '#0087BD', option_type=to_color, long_text=_('''
|
||||
o('url_color', '#0087bd', option_type=to_color, long_text=_('''
|
||||
The color and style for highlighting URLs on mouse-over.
|
||||
:code:`url_style` can be one of: none, single, double, curly'''))
|
||||
|
||||
|
|
@ -693,7 +693,7 @@ def selection_foreground(x):
|
|||
|
||||
o('selection_foreground', '#000000', option_type=selection_foreground, long_text=_('''
|
||||
The foreground for text selected with the mouse. A value of none means to leave the color unchanged.'''))
|
||||
o('selection_background', '#FFFACD', option_type=to_color, long_text=_('''
|
||||
o('selection_background', '#fffacd', option_type=to_color, long_text=_('''
|
||||
The background for text selected with the mouse.'''))
|
||||
|
||||
g('colors.table')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue