Commit graph

58 commits

Author SHA1 Message Date
pika
d23f35e9de . 2025-03-11 20:26:30 +01:00
pika
4f9b6dfb1d some small changes 2025-03-11 20:22:48 +01:00
Maciej Sypien
c7653229c7
Merge pull request #47 from egel/update-changelog-after-release-v2-0-0
chore: clean changelog after release v2.0.0
2024-12-01 01:22:21 +01:00
Maciej Sypien
65d5df0909
chore: clean changelog after release v2.0.0 2024-12-01 01:20:51 +01:00
Maciej Sypien
973e696836
Merge pull request #35 from egel/release/v2-0-0
release/v2.0.0
2024-12-01 01:01:59 +01:00
Maciej Sypien
1086709b52
chore: update changelog 2024-11-17 22:32:48 +01:00
Maciej Sypien
fabc2ba12b
fix: typos in migration guide v1-to-v2 2024-11-17 22:25:50 +01:00
Maciej Sypien
9f5301fe93
fix: typo 2024-11-17 16:03:05 +01:00
Maciej Sypien
80ca5fda10
docs: update README 2024-11-17 15:59:12 +01:00
Maciej Sypien
b1bbcf68d0
docs: add migration guide from v1 to v2 (#44) 2024-09-29 23:48:07 +02:00
Maciej Sypien
281087db0b
refactor: remove unused images (#41)
* feat: remove unused images

* chore: add changelog entry
2024-09-23 10:51:59 +02:00
Maciej Sypien
245e31430f
chore: add changelog entry 2024-09-23 00:08:20 +02:00
Maciej Sypien
19b98c6d60
feat: change theme fallback to dark256 2024-09-22 22:54:21 +02:00
Maciej Sypien
e631a41278
refactor: improve test 2024-09-22 22:45:35 +02:00
Maciej Sypien
dd1c215631
refactor: dry duplicated code for getting tmux status-left 2024-09-22 22:25:56 +02:00
Maciej Sypien
28eed454f7
fix: tests for light256 with alpha 2024-09-22 22:19:07 +02:00
Maciej Sypien
fa42a2e465
refactor: dry duplicated method 2024-09-22 22:11:28 +02:00
Maciej Sypien
e33cccf5c6
feat: increase test coverage for dark & light 16-bit themes 2024-09-22 21:35:30 +02:00
Maciej Sypien
1cd5b27f14
fix: incorrent paths to files 2024-09-22 20:48:35 +02:00
Maciej Sypien
4d745744bf
refactor: clean unused methods 2024-09-22 20:48:11 +02:00
Maciej Sypien
1836745b74
fix: update script to be shellcheck compliance 2024-09-22 17:30:15 +02:00
Maciej Sypien
bbc44d7fbe
feat: update README 2024-09-22 17:21:42 +02:00
Maciej Sypien
7b97440ebc
fix: correct colors for light256 theme 2024-09-22 17:21:41 +02:00
Maciej Sypien
8e93542cc2
feat: improve light themes 2024-09-22 17:21:41 +02:00
Maciej Sypien
84253ae979
feat: update missing changelog entires 2024-09-22 17:21:41 +02:00
Maciej Sypien
8aca1de5a8
refactor: improve readme and outsource images to external platform 2024-09-22 17:21:41 +02:00
Maciej Sypien
6caaf72088
refactor: reduce the repo size by outsource images to external platform 2024-09-22 17:21:41 +02:00
Maciej Sypien
b2769b4963
feat: add support for dark and light 16-bit color palettes (#34)
* feat: add dark 16-bit colors palette

* feat: add light 16-bit colors palette

* feat: remove unnecessary files

* docs: update names

* chore: add changelog entry
2024-09-22 17:21:34 +02:00
Maciej Sypien
4f8b69ab8b
feat: add customizable statusbar (#31)
* feat: define dark and light color palettes

* feat: add customization of status-right & status-left sections

* feat: rename to gruvbox_dark256 and implement alpha option

* fix: transparency for tabs in left status bar

* fix: shellcheck errors

* fix: files according to shfmt

* feat: remove unnecessary modeline

* feat: save palettes as 256 color

* feat: update information about dark256 & light256 themes

* chore: add changelog entry
2024-09-22 17:20:33 +02:00
Maciej Sypien
f01574b318
feat: add tests for linux (#39)
* feat: add dummy test for linux

* feat: add multiple test execution

* fix: update exec of multiple scripts for linux

* fix: execute tests with code from the branch

* fix: fail test exec if at least one test fail

* fix: typo

* wip: test if symlink work

* feat: add new test for check setup of light256 theme

* feat: when theme enabled and not set it default to dark256

* feat: increase tests coverage of checking themes activation

* refactor: rename tests_linux job

* chore: add changelog entry
2024-09-22 17:13:24 +02:00
Maciej Sypien
6595a51154
fix: incorrect path for themes 2024-09-19 09:45:21 +02:00
Maciej Sypien
23bbbfcaee
feat: add shellcheck & shfmt github actions (#33)
* refactor: separate lint shfmt and shellcheck
* feat: add simple github action task
* fix: linting bash files according to shfmt
* feat: move main method dedicated shell file
* feat: update changelog entry
2024-09-14 23:53:57 +02:00
Maciej Sypien
1b97d625e6 feat: update readme 2024-09-14 20:11:19 +02:00
Maciej Sypien
bf07efd322 fix(shfmt): arrays are a bash/mksh feature (parsed as bash via -ln=auto) 2024-09-14 20:11:19 +02:00
Maciej Sypien
e2a2991235 feat: add command for checking script 2024-09-14 20:11:19 +02:00
Maciej Sypien
195f5faecd feat: use 2 indent for sh,tmux files 2024-09-14 20:11:19 +02:00
Maciej Sypien
600ab506ee feat: enhance code quality for project files 2024-09-14 20:11:19 +02:00
Maciej Sypien
ac56569ba6
fix: upadate screenshots 2024-09-06 08:57:48 +02:00
Maciej Sypien
d2fb0d94d8 feat: add dark & light transparent themes (#18) 2024-09-05 23:38:59 +02:00
Maciej Sypien
4b1faabf89 feat: fill missing changelog logs 2024-09-05 20:58:25 +02:00
Maciej Sypien
fd200674c7 feat: update readme with logo, screenshot and better file readability 2024-09-05 20:58:25 +02:00
Maciej Sypien
c0d9038590
feat: exclude uncommited dir 2024-09-05 12:02:12 +02:00
Maciej Sypien
700d74ecc3
feat: add read file type for gruvbox-tmp.tmux 2024-09-05 09:25:36 +02:00
Maciej Sypien
08a41368ad
refactor: fix incorrect spacings 2024-09-05 09:25:26 +02:00
Maciej Sypien
43e899108f
feat: add editorconfig 2024-09-05 09:25:06 +02:00
Maciej Sypien
35f911f5e2 chore: update changelog 2024-09-05 09:22:19 +02:00
Maciej Sypień
3f9e38d724 Add zoom indicator when pane is maximized 2021-04-19 13:36:46 +02:00
Marco Sbrignadello
ccab926b56 fixed installation script 2020-11-05 10:36:26 +01:00
Maciej Sypień
9cb521fef1 Add basic gruvbox light theme using 256 colors
Add basic gitignore file
Add opening config files in correct vim file-types
Exclude vim file artifacts
Fix dark theme against changes in tmux v2.9
Fix typos
Improve plugin installer
Update README
Update changes to gruvbox dark theme
Update config and remove deprecated/outdated configuration
Update tmux-gruvbox-dark.conf
2020-10-29 22:18:31 +01:00
Maciej Sypień
6149fd8b5d
Fix dark theme against changes in tmux v2.9 (#8)
Update tmux-gruvbox-dark.conf

Co-Authored-By: egel <egel@users.noreply.github.com>

Update config and remove depricated/outdated configuration
2019-05-05 21:01:27 +02:00