aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* version: bump3.0.1Dylan Araps2018-05-282-1/+8
|
* general: Set LS_COLORS to fix unreadable output. Closes #248Dylan Araps2018-05-281-0/+3
|
* tests: fix testsDylan Araps2018-05-261-4/+8
|
* alpha: Work with -R.Dylan Araps2018-05-262-16/+20
|
* docs: updateDylan Araps2018-05-251-1/+1
|
* docs: updateDylan Araps2018-05-241-6/+1
|
* image: Show basename of fileDylan Araps2018-05-241-1/+1
|
* general: docs.Dylan Araps2018-05-241-2/+2
|
* docs: updateDylan Araps2018-05-221-2/+2
|
* docs: updateDylan Araps2018-05-221-1/+2
|
* general: docs.Dylan Araps2018-05-221-7/+9
|
* vim: Fix airline colorDylan Araps2018-05-151-1/+2
|
* docs: updateDylan Araps2018-05-081-1/+1
|
* docs: updateDylan Araps2018-05-081-89/+101
|
* theme: compress theme filesDylan Araps2018-05-08257-6665/+257
|
* docs: updateDylan Araps2018-05-081-1/+1
|
* themes: Added tempus themes.Dylan Araps2018-05-0812-0/+300
|
* version: bump3.0.0Dylan Araps2018-05-061-1/+1
|
* docs: updateDylan Araps2018-05-061-1/+1
|
* Merge branch 'master' of github.com:dylanaraps/pywalDylan Araps2018-05-061-0/+25
|\
| * Merge pull request #240 from jamesbvaughan/solarized-lightDylan Araps2018-05-051-0/+25
| |\ | | | | | | Added solarized light theme
| | * added solarized lightJames Vaughan2018-05-041-0/+25
| |/
* / wallpaper: Add ubuntu supportDylan Araps2018-05-061-1/+1
|/
* docs: updateDylan Araps2018-05-051-1/+1
|
* docs: updateDylan Araps2018-05-041-0/+693
|
* docs: updateDylan Araps2018-05-041-2/+8
|
* general: Added missing files to manifestDylan Araps2018-05-041-8/+2
|
* misc: Add missing files to the manifest.Dylan Araps2018-05-041-0/+2
|
* docs: updateDylan Araps2018-05-031-1/+1
|
* docs: updateDylan Araps2018-05-031-0/+2
|
* theme: Fix minor issues.Dylan Araps2018-05-031-6/+6
|
* docs: updateDylan Araps2018-05-031-15/+5
|
* docs: updateDylan Araps2018-05-031-5/+15
|
* docs: updateDylan Araps2018-05-031-2/+2
|
* theme: Fixed some minor issues.Dylan Araps2018-05-032-1/+1
|
* theme: Split themes into light/dark.Dylan Araps2018-05-03250-127/+64
|
* theme: Added all of terminal.sexy's themes.Dylan Araps2018-05-0363-0/+1701
|
* theme: Added all of dkeg's themes.Dylan Araps2018-05-0260-0/+1620
|
* docs: updateDylan Araps2018-04-301-1/+1
|
* version: bump2.1.0Dylan Araps2018-04-301-1/+1
|
* general: Fix incorrect dir pathDylan Araps2018-04-291-1/+1
|
* general: Fix tests.Dylan Araps2018-04-292-0/+2
|
* general: Create dirs first.Dylan Araps2018-04-293-4/+4
|
* general: Modify base16-colors to better fit pywal.Dylan Araps2018-04-28125-2068/+2068
|
* Merge pull request #235 from metalelf0/masterDylan Araps2018-04-27113-0/+2825
|\ | | | | Added base16 colorschemes
| * Added base16 colorschemesAndrea Schiavini2018-04-27113-0/+2825
|/
* Merge branch 'master' of github.com:dylanaraps/pywalDylan Araps2018-04-264-8/+49
|\
| * Merge pull request #234 from jameh/masterDylan Araps2018-04-241-0/+1
| |\ | | | | | | add missing color for newer st
| | * add missing color for newer stJamie Macdonald2018-04-241-0/+1
| |/
| * Merge pull request #229 from dylanaraps/iterDylan Araps2018-04-183-8/+48
| |\ | | | | | | images: Added --iterative option. Closes 227