Skip to content

Commit

Permalink
added bright theme
Browse files Browse the repository at this point in the history
  • Loading branch information
napalm255 committed Dec 14, 2014
1 parent ba27a92 commit f43b30d
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions themes/bright.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"defaults": {
"colors": {
"background": "236",
"foreground": "255"
},
"separators": {
"left": "right_bold",
"right": "left_bold"
}
},
"left": {
"display": "off",
"separators": {
"bold": "",
"thin": "",
"test": "\u00BB"
},
"plugins": [
"tmux_session_info 196 255",
"hostname 239 255"
]
},
"right": {
"display": "on",
"separators": {
"bold": "",
"thin": "",
"test": "\u00BB"
},
"plugins": [
"lan_ip 239 255",
"wan_ip 239 255 left_thin",
"battery 245 196",
"datetime 252 0"
]
}
}

0 comments on commit f43b30d

Please sign in to comment.