-
-
Save vladimir-kokovic/28d69ec42fe30f5160cd64ff3b27a3ea to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This patch file was generated by NetBeans IDE | |
# It uses platform neutral UTF-8 encoding and \n newlines. | |
--- a/diffuse-original | |
+++ b/diffuse | |
@@ -430,22 +430,22 @@ | |
# default colours | |
self.colours = { | |
- 'alignment' : Colour(1.0, 1.0, 0.0), | |
- 'character_selection' : Colour(0.7, 0.7, 1.0), | |
- 'cursor' : Colour(0.0, 0.0, 0.0), | |
- 'difference_1' : Colour(1.0, 0.625, 0.625), | |
- 'difference_2' : Colour(0.85, 0.625, 0.775), | |
- 'difference_3' : Colour(0.85, 0.775, 0.625), | |
- 'hatch' : Colour(0.8, 0.8, 0.8), | |
- 'line_number' : Colour(0.0, 0.0, 0.0), | |
- 'line_number_background' : Colour(0.75, 0.75, 0.75), | |
- 'line_selection' : Colour(0.7, 0.7, 1.0), | |
- 'map_background' : Colour(0.6, 0.6, 0.6), | |
- 'margin' : Colour(0.8, 0.8, 0.8), | |
- 'edited' : Colour(0.5, 1.0, 0.5), | |
- 'preedit' : Colour(0.0, 0.0, 0.0), | |
- 'text' : Colour(0.0, 0.0, 0.0), | |
- 'text_background' : Colour(1.0, 1.0, 1.0) } | |
+ 'alignment' : Colour(0.0 , 1.0 , 1.0 ), | |
+ 'character_selection' : Colour(1.0 , 0.7 , 0.7 ), | |
+ 'cursor' : Colour(0.0 , 0.0 , 0.0 ), | |
+ 'difference_1' : Colour(0.625, 1.0 , 0.625), | |
+ 'difference_2' : Colour(0.775, 0.85, 0.625), | |
+ 'difference_3' : Colour(0.625, 0.85, 0.775), | |
+ 'hatch' : Colour(0.8 , 0.8 , 0.8 ), | |
+ 'line_number' : Colour(0.0 , 0.0 , 0.0 ), | |
+ 'line_number_background' : Colour(0.75 , 0.75, 0.75 ), | |
+ 'line_selection' : Colour(1.0 , 0.7 , 0.7 ), | |
+ 'map_background' : Colour(0.6 , 0.6 , 0.6 ), | |
+ 'margin' : Colour(0.8 , 0.8 , 0.8 ), | |
+ 'edited' : Colour(0.5 , 0.5 , 1.0 ), | |
+ 'preedit' : Colour(0.0 , 0.0 , 0.0 ), | |
+ 'text' : Colour(0.0 , 0.0 , 0.0 ), | |
+ 'text_background' : Colour(1.0 , 1.0 , 1.0 ) } | |
# default floats | |
self.floats = { | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment