diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:05:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:05:42 +0000 |
commit | 52506cce144537546ffd519c505a9d67d25b284b (patch) | |
tree | 04dae99a61727033fb475f415a1355fefda04641 /debian/local/colorschemes-default.patch | |
parent | Adding upstream version 1.3.1. (diff) | |
download | powerline-gitstatus-52506cce144537546ffd519c505a9d67d25b284b.tar.xz powerline-gitstatus-52506cce144537546ffd519c505a9d67d25b284b.zip |
Adding debian version 1.3.1-1.debian/1.3.1-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/local/colorschemes-default.patch')
-rw-r--r-- | debian/local/colorschemes-default.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/local/colorschemes-default.patch b/debian/local/colorschemes-default.patch new file mode 100644 index 0000000..10e3972 --- /dev/null +++ b/debian/local/colorschemes-default.patch @@ -0,0 +1,28 @@ +Author: Daniel Baumann <daniel.baumann@progress-linux.org> +Description: Adding powerline-gitstatus colors to default colorscheme. + +diff -Naurp powerline-gitstatus.temp/debian/powerline-gitstatus/usr/share/powerline/config_files/colorschemes/default.json powerline-gitstatus/debian/powerline-gitstatus/usr/share/powerline/config_files/colorschemes/default.json +--- powerline-gitstatus.temp/debian/powerline-gitstatus/usr/share/powerline/config_files/colorschemes/default.json ++++ powerline-gitstatus/debian/powerline-gitstatus/usr/share/powerline/config_files/colorschemes/default.json +@@ -51,6 +51,20 @@ + "cwd:current_folder": "information:regular", + "cwd:divider": { "fg": "gray7", "bg": "gray4", "attrs": [] }, + "virtualenv": { "fg": "white", "bg": "darkcyan", "attrs": [] }, +- "attached_clients": { "fg": "gray8", "bg": "gray0", "attrs": [] } ++ "attached_clients": { "fg": "gray8", "bg": "gray0", "attrs": [] }, ++ "gitstatus": { "fg": "gray8", "bg": "gray2", "attrs": [] }, ++ "gitstatus_branch": { "fg": "gray8", "bg": "gray2", "attrs": [] }, ++ "gitstatus_branch_clean": { "fg": "green", "bg": "gray2", "attrs": [] }, ++ "gitstatus_branch_dirty": { "fg": "gray8", "bg": "gray2", "attrs": [] }, ++ "gitstatus_branch_detached": { "fg": "mediumpurple", "bg": "gray2", "attrs": [] }, ++ "gitstatus_tag": { "fg": "darkcyan", "bg": "gray2", "attrs": [] }, ++ "gitstatus_behind": { "fg": "gray10", "bg": "gray2", "attrs": [] }, ++ "gitstatus_ahead": { "fg": "gray10", "bg": "gray2", "attrs": [] }, ++ "gitstatus_staged": { "fg": "green", "bg": "gray2", "attrs": [] }, ++ "gitstatus_unmerged": { "fg": "brightred", "bg": "gray2", "attrs": [] }, ++ "gitstatus_changed": { "fg": "mediumorange", "bg": "gray2", "attrs": [] }, ++ "gitstatus_untracked": { "fg": "brightestorange", "bg": "gray2", "attrs": [] }, ++ "gitstatus_stashed": { "fg": "darkblue", "bg": "gray2", "attrs": [] }, ++ "gitstatus:divider": { "fg": "gray8", "bg": "gray2", "attrs": [] } + } + } |