Skip to content

Instantly share code, notes, and snippets.

@drgroovestarr
Created August 3, 2017 08:10
Show Gist options
  • Save drgroovestarr/201bf4daecf60142e44b1cc39015ee74 to your computer and use it in GitHub Desktop.
Save drgroovestarr/201bf4daecf60142e44b1cc39015ee74 to your computer and use it in GitHub Desktop.
~/.config/diffuse/diffuserc
color alignment 1 1 0 # 1 1 0 A line picked for manual alignment
color character_selection 0.7 0.7 1 # 0.7 0.7 1 Selected characters
color cursor 1 1 1 # 0 0 0 Cursor
color difference_1 0 0.375 1 # 1 0.625 0.625 Differences between the first pair of files
color difference_2 0.85 0.625 0.775 # 0.85 0.625 0.775 Differences between the second pair of files
color difference_3 0.85 0.775 0.625 # 0.85 0.775 0.625 Differences between the third pair of files
color edited 1 1 1 # 0.5 1 0.5 Edited lines
color hatch 0.1 0.1 0.1 # 0.8 0.8 0.8 Alignment gaps
color line_number 0.9 0.9 0.9 # 0 0 0 Line numbers
color line_number_background 0.1 0.1 0.1 # 0.75 0.75 0.75 Background of the line number area
color line_selection 1 0.5 0 # 0.7 0.7 1 Selected lines
color map_background 0.2 0.25 0.25 # 0.6 0.6 0.6 Background of the map area
color margin 0.8 0.8 0.8 # 0.8 0.8 0.8 Right margin
color preedit 1 1 1 # 0 0 0 Pre-edit text
color text 1 1 1 # 0 0 0 Regular text
color text_background 0 0 0 # 1 1 1 Background of the text area
float line_difference_opacity 0.3 # 0.3 Opacity for line differences
float character_difference_opacity 0.3 # 0.4 Opacity for character differences
float line_selection_opacity 0.175 # 0.4 Opacity for the line selection
float character_selection_opacity 1 # 0.4 Opacity for the character selection
float alignment_opacity 1 # 1 Opacity for the manual alignment
float edited_opacity 0.4 # 0.4 Opacity for the edited line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment