This file contains hidden or 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
style "meld-color-scheme-user" | |
{ | |
# inserted line(s), also edge color block for added file in dir diff | |
color["insert-bg"] = "#006000" | |
color["insert-outline"] = shade(1.5, @insert-bg) | |
# In dir diff, an added file's name | |
color["insert-text"] = "white" | |
# Color block on edge for missing file in dir diff | |
color["delete-bg"] = "#800000" |