diff --git a/.github/README.md b/.github/README.md index 51da79b..8cc3abe 100644 --- a/.github/README.md +++ b/.github/README.md @@ -25,7 +25,9 @@ fork or download the repo as a zip and go from there with your own configs. ![screenshot of the oh-my-posh shell](./screenshots/oh-my-posh.png) -![screenshot of tmux with nvim editing this repo](./screenshots/tmux-nvim-kickstart.png) +![screenshot of light version of tmux with nvim editing this repo](./screenshots/tmux-nvim-kickstart-light.png) + +![screenshot of dark version of tmux with nvim editing this repo](./screenshots/tmux-nvim-kickstart-dark.png) ## Interesting files and locations @@ -109,6 +111,6 @@ portable enough to the user that it should be stored in `$XDG_DATA_HOME`. `$XDG_DATA_DIRS` defines the preference-ordered set of base directories to search for data files in addition to the `$XDG_DATA_HOME` base directory. -The directories in `$XDG_DATA_DIRS` should be seperated with a colon ':'. +The directories in `$XDG_DATA_DIRS` should be separated with a colon ':'. [xdg]: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html diff --git a/.github/screenshots/oh-my-posh.png b/.github/screenshots/oh-my-posh.png index 27ba238..ba447aa 100644 Binary files a/.github/screenshots/oh-my-posh.png and b/.github/screenshots/oh-my-posh.png differ diff --git a/.github/screenshots/tmux-nvim-kickstart-dark.png b/.github/screenshots/tmux-nvim-kickstart-dark.png new file mode 100644 index 0000000..e2b94ae Binary files /dev/null and b/.github/screenshots/tmux-nvim-kickstart-dark.png differ diff --git a/.github/screenshots/tmux-nvim-kickstart-light.png b/.github/screenshots/tmux-nvim-kickstart-light.png new file mode 100644 index 0000000..a1fe8eb Binary files /dev/null and b/.github/screenshots/tmux-nvim-kickstart-light.png differ diff --git a/.github/screenshots/tmux-nvim-kickstart.png b/.github/screenshots/tmux-nvim-kickstart.png deleted file mode 100644 index dba6af2..0000000 Binary files a/.github/screenshots/tmux-nvim-kickstart.png and /dev/null differ