Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 0 additions & 65 deletions powerline/colorschemes/default.json

This file was deleted.

18 changes: 18 additions & 0 deletions powerline/colorschemes/shell/default.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "Default color scheme for powerline-gitstatus shell prompt",
"groups": {
"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_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": [] }
}
}
18 changes: 18 additions & 0 deletions powerline/colorschemes/shell/solarized.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "Solarized dark color scheme for powerline-gitstatus shell prompt",
"groups": {
"gitstatus": { "fg": "solarized:base1", "bg": "solarized:base02", "attrs": [] },
"gitstatus_branch": { "fg": "solarized:base1", "bg": "solarized:base02", "attrs": [] },
"gitstatus_branch_clean": { "fg": "solarized:green", "bg": "solarized:base02", "attrs": [] },
"gitstatus_branch_dirty": { "fg": "solarized:base1", "bg": "solarized:base02", "attrs": [] },
"gitstatus_branch_detached": { "fg": "solarized:magenta", "bg": "solarized:base02", "attrs": [] },
"gitstatus_behind": { "fg": "solarized:base2", "bg": "solarized:base02", "attrs": [] },
"gitstatus_ahead": { "fg": "solarized:base2", "bg": "solarized:base02", "attrs": [] },
"gitstatus_staged": { "fg": "solarized:green", "bg": "solarized:base02", "attrs": [] },
"gitstatus_unmerged": { "fg": "solarized:red", "bg": "solarized:base02", "attrs": [] },
"gitstatus_changed": { "fg": "solarized:orange", "bg": "solarized:base02", "attrs": [] },
"gitstatus_untracked": { "fg": "solarized:yellow", "bg": "solarized:base02", "attrs": [] },
"gitstatus_stashed": { "fg": "solarized:blue", "bg": "solarized:base02", "attrs": [] },
"gitstatus:divider": { "fg": "solarized:base1", "bg": "solarized:base02", "attrs": [] }
}
}
49 changes: 0 additions & 49 deletions powerline/colorschemes/solarized.json

This file was deleted.

8 changes: 8 additions & 0 deletions powerline/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"ext": {
"shell": {
"colorscheme": "default",
"theme": "jkubrynski"
}
}
}