Comparing version 0.3.1 to 0.3.2
# Changelog | ||
## 0.3.2 | ||
- Add colors for item selection to the other themes | ||
## 0.3.1 | ||
- Add keyboard and mouse support | ||
- Add killall support | ||
## 0.2.8 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "vtop", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Wow such top. So stats", | ||
@@ -5,0 +5,0 @@ "homepage": "http://parall.ax/vtop", |
@@ -17,2 +17,12 @@ { | ||
"fg": "white", | ||
"items": { | ||
"selected": { | ||
"bg": "#800080", | ||
"fg": "#000000" | ||
}, | ||
"item": { | ||
"fg": "#ffffff", | ||
"bg": "#000000" | ||
} | ||
}, | ||
"border": { | ||
@@ -19,0 +29,0 @@ "type": "line", |
@@ -16,2 +16,12 @@ { | ||
"fg": "white", | ||
"items": { | ||
"selected": { | ||
"bg": "#56a0d1", | ||
"fg": "#000000" | ||
}, | ||
"item": { | ||
"fg": "#ffffff", | ||
"bg": "#000000" | ||
} | ||
}, | ||
"border": { | ||
@@ -18,0 +28,0 @@ "type": "line", |
@@ -16,2 +16,12 @@ { | ||
"fg": "#626262", | ||
"items": { | ||
"selected": { | ||
"bg": "#626262", | ||
"fg": "#000000" | ||
}, | ||
"item": { | ||
"fg": "#ffffff", | ||
"bg": "#000000" | ||
} | ||
}, | ||
"border": { | ||
@@ -18,0 +28,0 @@ "type": "line", |
@@ -16,2 +16,12 @@ { | ||
"fg": "white", | ||
"items": { | ||
"selected": { | ||
"bg": "#f43059", | ||
"fg": "#000000" | ||
}, | ||
"item": { | ||
"fg": "#ffffff", | ||
"bg": "#000000" | ||
} | ||
}, | ||
"border": { | ||
@@ -18,0 +28,0 @@ "type": "line", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1939349
895