Skip to content

Commit

Permalink
Fix some typos in README
Browse files Browse the repository at this point in the history
  • Loading branch information
sample-usr committed Oct 25, 2024
1 parent 1c61585 commit 7451008
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# rakis.nvim
A cozy theme for late desert nigths or early mornings

A cozy theme for late desert nights or early mornings

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

## Features

- no pastel, high contrast for the most part
- hmm, kinda nice looking
- kinda nice looking
- support for some plugins/tools (more on the way)

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

## Supported extras
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 💙

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 💙

- [Fish](https://fishshell.com/docs/current/index.html)
- [Lazygit](https://github.com/jesseduffield/lazygit)
- [WezTerm](https://wezfurlong.org/wezterm/config/files.html)
- [Zellij](https://zellij.dev/)


## Installation

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

## Usage

```lua
vim.cmd[[colorscheme rakis]]
```
Expand All @@ -66,11 +70,12 @@ colorscheme rakis
```

You can set the `light` or `dark` mode using the vim background options

```lua
vim.o.background = "dark"
```

## Configuraiton
## Configuration

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

Expand Down Expand Up @@ -132,6 +137,8 @@ require("rakis").setup({
```

### Credits

Inspired by

- [tokyonight](https://github.com/folke/tokyonight.nvim/)
- [cyberdream](https://github.com/scottmckendry/cyberdream.nvim)

0 comments on commit 7451008

Please sign in to comment.