Skip to content

Commit 7451008

Browse files
committed
Fix some typos in README
1 parent 1c61585 commit 7451008

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

+12-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# rakis.nvim
2-
A cozy theme for late desert nigths or early mornings
2+
3+
A cozy theme for late desert nights or early mornings
34

45
<div align="center">
56
dark
@@ -9,8 +10,9 @@ A cozy theme for late desert nigths or early mornings
910
</div>
1011

1112
## Features
13+
1214
- no pastel, high contrast for the most part
13-
- hmm, kinda nice looking
15+
- kinda nice looking
1416
- support for some plugins/tools (more on the way)
1517

1618
<details>
@@ -30,13 +32,14 @@ A cozy theme for late desert nigths or early mornings
3032
</details>
3133

3234
## Supported extras
33-
These are the tools other than neovim that are supproted. You can find their respective theme in [extras](extras/). You can always submit a PR for any tool that is missing 💙
35+
36+
Tools supported other than neovim. You can find their respective theme in [extras](extras/). You can always submit a PR for any tool that is missing 💙
37+
3438
- [Fish](https://fishshell.com/docs/current/index.html)
3539
- [Lazygit](https://github.com/jesseduffield/lazygit)
3640
- [WezTerm](https://wezfurlong.org/wezterm/config/files.html)
3741
- [Zellij](https://zellij.dev/)
3842

39-
4043
## Installation
4144

4245
Lazy:
@@ -57,6 +60,7 @@ use { "sample-usr/rakis.nvim" }
5760
```
5861

5962
## Usage
63+
6064
```lua
6165
vim.cmd[[colorscheme rakis]]
6266
```
@@ -66,11 +70,12 @@ colorscheme rakis
6670
```
6771

6872
You can set the `light` or `dark` mode using the vim background options
73+
6974
```lua
7075
vim.o.background = "dark"
7176
```
7277

73-
## Configuraiton
78+
## Configuration
7479

7580
Below is an example of all the available configuration options with their default values:
7681

@@ -132,6 +137,8 @@ require("rakis").setup({
132137
```
133138

134139
### Credits
140+
135141
Inspired by
142+
136143
- [tokyonight](https://github.com/folke/tokyonight.nvim/)
137144
- [cyberdream](https://github.com/scottmckendry/cyberdream.nvim)

0 commit comments

Comments
 (0)