summaryrefslogtreecommitdiffstats
path: root/colorschemes
AgeCommit message (Collapse)Author
2022-03-26Fixes #174: different colors for download/uploadQuan Tong
2022-02-08Another colorscheme lookup fix for when the config specifies no colorscheme.Sean E. Russell
2021-02-03Go 1.16: embed and io/fsSean E. Russell
2021-02-03Replace jdkeke142 lingo with fork; using replace in go.mod breaks go get.Sean E. Russell
2020-06-20More strings moved to translationsSean E. Russell
2020-06-07linting & documentationv4.0.0Sean E. Russell
Updated versioning and dates for release.
2020-04-27Go vet/lint cleanupsSean E. Russell
2020-04-23Fixes #92, configurable temps; help text & docs clean-up; versions are now ↵Sean E. Russell
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-01Fix crash when loading a custom colorschemeMarkus Peloquin
When using `cs, err := ...` in a nested scope, it masks `cs` and `err` from any parent scope.
2020-03-07Add ability to look in system-wide directories for configuration filesSean E. Russell
2020-03-07Safety: prevent uninitialized variable useSean E. Russell
Record change Fixes changelog
2020-02-28Extensions.v3.4.xSean E. Russell
2020-02-20Fixes #57. Also renames files that came with a pull request such that they ↵Sean E. Russell
follow golang file naming conventions (underscores rather than dashes), mainly for consistency.
2020-02-17Adds log rotation, config file support, and refactoring. Colorschemes are ↵Sean E. Russell
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-14Merge remote-tracking branch 'jrswab/nordColorScheme'Sean E. Russell
2020-02-13Solarized theme fixesMarkus Peloquin
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.
2019-10-01Added a color scheme to match Nord.Jaron Swab
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-02-21Add vice colorscheme based on vim-viceTony Lambiris
2019-01-23Switch to master branch of gizak/termui after its updateCaleb Bassi
2019-01-14Fix custom colorscheme not loading (Close #93)Caleb Bassi
2018-12-26Adds battery supportSean E. Russell
Cleans up mod file; adds flag for battery. Adds documentation; fixes missing color sets for battery.
2018-09-18Add custom colorscheme loading. Closes #55Caleb Bassi
2018-05-10Move source files to src folderCaleb Bassi
2018-05-04Fix commentCaleb Bassi
2018-04-14Code cleanupCaleb Bassi
2018-04-09Add default-dark colorschemeCaleb Bassi
2018-03-03Code cleanupCaleb Bassi
2018-02-27Changed color order in colorschemesCaleb Bassi
2018-02-25Added monokai picCaleb Bassi
2018-02-25Code cleanup and updated READMECaleb Bassi
2018-02-21Added monokai themeCaleb Bassi
2018-02-21Updated colorschemesCaleb Bassi
2018-02-21Added solarized pictureCaleb Bassi
2018-02-21Updated solarized themeCaleb Bassi
2018-02-21Fixed colorschemesCaleb Bassi
2018-02-21Added colorscheme supportCaleb Bassi
2018-02-20Started working on colorschemesCaleb Bassi