mirror of
https://github.com/joshdick/onedark.vim.git
synced 2025-11-14 05:53:49 -05:00
README.md: Change FAQ -> Miscellaneous; add link to https://github.com/odedlaz/tmux-onedark-theme.
Closes #78.
This commit is contained in:
@@ -114,9 +114,9 @@ Place `onedark.vim/autoload/airline/themes/onedark.vim` in your `~/.vim/autoload
|
|||||||
let g:airline_theme='onedark'
|
let g:airline_theme='onedark'
|
||||||
```
|
```
|
||||||
|
|
||||||
## FAQ
|
## Miscellaneous
|
||||||
|
|
||||||
### How can I customize onedark.vim's look without forking the repository?
|
### Customizing onedark.vim's Look Without Forking the Repository
|
||||||
|
|
||||||
onedark.vim exposes a function called `onedark#set_highlight` that you can call from within your `~/.vimrc` in order to customize the look of onedark.vim by overriding its defaults.
|
onedark.vim exposes a function called `onedark#set_highlight` that you can call from within your `~/.vimrc` in order to customize the look of onedark.vim by overriding its defaults.
|
||||||
|
|
||||||
@@ -138,6 +138,10 @@ end
|
|||||||
|
|
||||||
More examples of highlight group names and style data can be found in onedark.vim's source code (`colors/onedark.vim` inside this repository).
|
More examples of highlight group names and style data can be found in onedark.vim's source code (`colors/onedark.vim` inside this repository).
|
||||||
|
|
||||||
|
### tmux theme
|
||||||
|
|
||||||
|
If you'd like a tmux theme that complements onedark.vim, [@odedlaz has you covered](https://github.com/odedlaz/tmux-onedark-theme).
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Preview images were taken using:
|
Preview images were taken using:
|
||||||
|
|||||||
Reference in New Issue
Block a user