Merge pull request #189 from batman-nair/master
New theme sac_red and gitignore vim swap files
This commit is contained in:
commit
6857edb37f
2 changed files with 46 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,6 @@
|
|||
# Vim swap files
|
||||
*swp
|
||||
*~
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
|
|
44
themes/sac_red.json
Normal file
44
themes/sac_red.json
Normal file
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"icons": [ "paxy97", "awesome-fonts" ],
|
||||
"defaults": {
|
||||
"warning": {
|
||||
"fg": "#FDFFFC",
|
||||
"bg": "#B91372"
|
||||
},
|
||||
"critical": {
|
||||
"fg": "#FDFFFC",
|
||||
"bg": "#FF0022"
|
||||
},
|
||||
"default-separators": false,
|
||||
"separator-block-width": 0
|
||||
},
|
||||
"cycle": [
|
||||
{
|
||||
"fg": "#FDFFFC",
|
||||
"bg": "#990014"
|
||||
},
|
||||
{
|
||||
"fg": "#FDFFFC",
|
||||
"bg": "#011627"
|
||||
}
|
||||
],
|
||||
"battery": {
|
||||
"charged": {
|
||||
"fg": "#FDFFFC",
|
||||
"bg": "#41EAD4"
|
||||
},
|
||||
"AC": {
|
||||
"fg": "#FDFFFC",
|
||||
"bg": "#41EAD4"
|
||||
}
|
||||
},
|
||||
"bluetooth": {
|
||||
"ON": {
|
||||
"fg": "#FDFFFC",
|
||||
"bg": "#41EAD4"
|
||||
}
|
||||
},
|
||||
"cmus": {
|
||||
"bg": "#C42021"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue