Skip to content

Commit

Permalink
Update acid theme fg color
Browse files Browse the repository at this point in the history
  • Loading branch information
lefoy committed Oct 22, 2014
1 parent 46f3bbf commit 5b9efe6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes/acid.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"fg": "#97c124",
"border": {
"type": "line",
"fg": "#b6db51"
"fg": "#97c124"
}
},
"table": {
"fg": "fg",
"items": {
"selected": {
"bg": "#b6db51",
"bg": "#97c124",
"fg": "bg"
},
"item": {
Expand All @@ -25,7 +25,7 @@
},
"border": {
"type": "line",
"fg": "#b6db51"
"fg": "#97c124"
}
},
"footer": {
Expand Down

0 comments on commit 5b9efe6

Please sign in to comment.