Skip to content

Commit

Permalink
Update themes for new item selection colours
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRio committed Jun 13, 2014
1 parent 45d554d commit 0378da5
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
10 changes: 10 additions & 0 deletions themes/becca.json
Expand Up @@ -14,6 +14,16 @@
},
"table": {
"fg": "white",
"items": {
"selected": {
"bg": "#800080",
"fg": "#000000"
},
"item": {
"fg": "#ffffff",
"bg": "#000000"
}
},
"border": {
"type": "line",
"fg": "#800080"
Expand Down
10 changes: 10 additions & 0 deletions themes/brew.json
Expand Up @@ -13,6 +13,16 @@
},
"table": {
"fg": "white",
"items": {
"selected": {
"bg": "#56a0d1",
"fg": "#000000"
},
"item": {
"fg": "#ffffff",
"bg": "#000000"
}
},
"border": {
"type": "line",
"fg": "#56a0d1"
Expand Down
10 changes: 10 additions & 0 deletions themes/dark.json
Expand Up @@ -13,6 +13,16 @@
},
"table": {
"fg": "#626262",
"items": {
"selected": {
"bg": "#626262",
"fg": "#000000"
},
"item": {
"fg": "#ffffff",
"bg": "#000000"
}
},
"border": {
"type": "line",
"fg": "#232323"
Expand Down
10 changes: 10 additions & 0 deletions themes/wizard.json
Expand Up @@ -13,6 +13,16 @@
},
"table": {
"fg": "white",
"items": {
"selected": {
"bg": "#f43059",
"fg": "#000000"
},
"item": {
"fg": "#ffffff",
"bg": "#000000"
}
},
"border": {
"type": "line",
"fg": "white"
Expand Down

0 comments on commit 0378da5

Please sign in to comment.