From 52506cce144537546ffd519c505a9d67d25b284b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 04:05:42 +0200 Subject: Adding debian version 1.3.1-1. Signed-off-by: Daniel Baumann --- debian/local/colorschemes-default.patch | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 debian/local/colorschemes-default.patch (limited to 'debian/local/colorschemes-default.patch') 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 +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": [] } + } + } -- cgit v1.2.3