Quan Tong
3f903c796c
Fixes #174 : different colors for download/upload
2022-03-26 15:09:34 +07:00
Sean E. Russell
7b8bf412b1
Another colorscheme lookup fix for when the config specifies no colorscheme.
2022-02-08 14:33:51 -06:00
Sean E. Russell
e5bf9851ff
Go 1.16: embed and io/fs
2021-02-03 14:27:46 -06:00
Sean E. Russell
7b19606acc
Replace jdkeke142 lingo with fork; using replace in go.mod breaks go get.
2021-02-03 12:28:46 -06:00
Sean E. Russell
23364aa754
More strings moved to translations
2020-06-20 16:47:48 -05:00
Sean E. Russell
b20f477389
linting & documentation
...
Updated versioning and dates for release.
2020-06-07 16:56:19 -05:00
Sean E. Russell
285d4d0297
Go vet/lint cleanups
2020-04-27 20:33:41 -05:00
Sean E. Russell
5ada5315d9
Fixes #92 , configurable temps; help text & docs clean-up; versions are now built into binaries at compile time; clean up old extensions params; adds --list command; adds --write-config command; fixes bug in colorscheme loading; fixes bug in Colorschemes -- all had empty Name attrs; adds ability to list devices.
2020-04-23 10:41:20 -05:00
Markus Peloquin
43227744e7
Fix crash when loading a custom colorscheme
...
When using `cs, err := ...` in a nested scope, it masks `cs` and `err`
from any parent scope.
2020-04-01 11:20:45 -07:00
Sean E. Russell
9ebcff9b78
Add ability to look in system-wide directories for configuration files
2020-03-07 09:03:25 -06:00
Sean E. Russell
9188b14094
Safety: prevent uninitialized variable use
...
Record change
Fixes changelog
2020-03-07 08:35:27 -06:00
Sean E. Russell
231b0d03fe
Extensions.
2020-02-28 10:06:05 -06:00
Sean E. Russell
82add48e51
Fixes #57 . Also renames files that came with a pull request such that they follow golang file naming conventions (underscores rather than dashes), mainly for consistency.
2020-02-20 13:05:28 -06:00
Sean E. Russell
2a53398681
Adds log rotation, config file support, and refactoring. Colorschemes are self-registered. Merge remote-tracking branch 'jrswab/configFile111' into config_file; drastically refactored, and am not sure how much original code from the patch was used.
2020-02-17 11:40:16 -06:00
Sean E. Russell
c0c2cfb11a
Merge remote-tracking branch 'jrswab/nordColorScheme'
2020-02-14 07:19:28 -06:00
Markus Peloquin
44b8ac9c1a
Solarized theme fixes
...
The Solarized theme doesn't work well on light themes. (Light/dark have
identical palettes, but the foreground/background colors are different
and greys obviously get used differently.)
This commit makes the 'solarized' theme use the foreground color instead
of '250' and use the average of base00 and base0 for DiskBar. (These
greys are already close to 50%.)
This commit also adds two 16-color themes utilizing the extra violet/
orange colors, and uses the appropriate grey color for DiskBar.
2020-02-13 12:39:08 -06:00
Jaron Swab
99bd4af7a8
Added a color scheme to match Nord.
...
This is an approximation since Nord uses HTML color codes that are
outside of the 256 terminal colors.
CPU Lines and BattLines not edited from the default.
2019-10-01 21:17:53 -04:00
Tony Lambiris
aa56f2b2a6
Add vice colorscheme based on vim-vice
2019-02-21 02:51:49 -05:00
Caleb Bassi
c48984563e
Switch to master branch of gizak/termui after its update
2019-01-23 21:23:35 -08:00
Caleb Bassi
c1d7aad179
Fix custom colorscheme not loading ( Close #93 )
2019-01-14 19:39:37 -08:00
Sean E. Russell
5ee4b4a978
Adds battery support
...
Cleans up mod file; adds flag for battery.
Adds documentation; fixes missing color sets for battery.
2018-12-26 23:15:44 -06:00
Caleb Bassi
db1b2fbc70
Add custom colorscheme loading. Closes #55
2018-09-18 13:42:49 -07:00
Caleb Bassi
28066827ae
Move source files to src folder
2018-05-10 21:23:20 -07:00
Caleb Bassi
554519d5ea
Fix comment
2018-05-04 15:32:07 -07:00
Caleb Bassi
e185593334
Code cleanup
2018-04-14 07:44:06 -07:00
Caleb Bassi
40981ed02b
Add default-dark colorscheme
2018-04-09 22:29:59 -07:00
Caleb Bassi
47a98de44b
Code cleanup
2018-03-03 17:05:52 -08:00
Caleb Bassi
5a76551219
Changed color order in colorschemes
2018-02-27 13:25:08 -08:00
Caleb Bassi
1acf4b0ed8
Added monokai pic
2018-02-25 22:52:05 -08:00
Caleb Bassi
6c1848eea7
Code cleanup and updated README
2018-02-25 22:51:51 -08:00
Caleb Bassi
7c662db8ae
Added monokai theme
2018-02-21 19:54:25 -08:00
Caleb Bassi
37d63bf19e
Updated colorschemes
2018-02-21 17:49:47 -08:00
Caleb Bassi
c267d874ee
Added solarized picture
2018-02-21 12:09:46 -08:00
Caleb Bassi
241621d1ec
Updated solarized theme
2018-02-21 11:16:06 -08:00
Caleb Bassi
8531e40b09
Fixed colorschemes
2018-02-21 11:15:53 -08:00
Caleb Bassi
bcc1d35b55
Added colorscheme support
2018-02-21 02:28:17 -08:00
Caleb Bassi
eb68133613
Started working on colorschemes
2018-02-20 23:56:37 -08:00