Skip to content

Commit 44d0eac

Browse files
committed
Formatting
1 parent fafa747 commit 44d0eac

File tree

1 file changed

+31
-30
lines changed

1 file changed

+31
-30
lines changed

README.md

Lines changed: 31 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Bluloco.nvim
1+
# Bluloco.nvim
22

33
A fancy but yet sophisticated light and dark designer neovim theme built with [lush.nvim](https://github.com/rktjmp/lush.nvim).
44
It features a much more comprehensive usage of syntax scopes and color
@@ -7,23 +7,24 @@ Most popular plugins are also supported, see _plugins_ (link)
77

88
This theme also works very good when Apple's **Nightshift Mode** is activated.
99

10-
This is a port of the popular Visual Studio Code bluloco themes
11-
[light](https://github.com/uloco/theme-bluloco-light) and
12-
[dark](https://github.com/uloco/theme-bluloco-dark)
13-
10+
This is a port of the popular Visual Studio Code Themes
11+
[Bluloco Light](https://github.com/uloco/theme-bluloco-light) and
12+
[Bluloco Dark](https://github.com/uloco/theme-bluloco-dark)
1413

1514
### Dark
16-
![dark](./screenshots/dark.png)
1715

16+
![dark](./screenshots/dark.png)
1817

1918
### Light
19+
2020
![light](./screenshots/light.png)
2121

2222
## Features
23-
* Auto switching light & dark style
24-
* Configureable _transparency_ and _italics_
25-
* Exhaustive plugin support
26-
* Written in lua
23+
24+
- Auto switching light & dark style
25+
- Configureable _transparency_ and _italics_
26+
- Exhaustive plugin support
27+
- Written in lua
2728

2829
## Plugins
2930

@@ -54,19 +55,17 @@ Currently supported plugins are:
5455
- [notify](https://github.com/rcarriga/nvim-notify)
5556
- [alpha](https://github.com/goolord/alpha-nvim)
5657

57-
58-
59-
58+
<!--
59+
TODO:
6060
<details>
6161
<summary> Example config </summary>
6262
</details
63-
64-
* Foldable with screenshots
65-
* Add needed config hereF
63+
- Foldable with screenshots
64+
- Add needed config hereF -->
6665

6766
## Install
6867

69-
Install bluloco with [packer](https://github.com/wbthomason/packer.nvim):
68+
Install Bluloco with [packer](https://github.com/wbthomason/packer.nvim):
7069

7170
```lua
7271
use {
@@ -75,13 +74,12 @@ use {
7574
}
7675
```
7776

78-
79-
## Usage
77+
## Usage
8078

8179
Enable the colorscheme with defaults.
8280

83-
> ⚠️ The `setup()` function is optional but please call it
84-
**before** you set the colorscheme if you want to adjust the config.
81+
> ⚠️ The `setup()` function is optional but please call it
82+
> **before** you set the colorscheme if you want to adjust the config.
8583
8684
```lua
8785
require("bluloco").setup({
@@ -93,8 +91,7 @@ require("bluloco").setup({
9391
vim.cmd('colorscheme bluloco')
9492
```
9593

96-
97-
You can also apply the style variant directly.
94+
You can also apply the style variant directly.
9895
These are especially helpful when switching in an already running vim session.
9996

10097
```vim
@@ -103,6 +100,7 @@ These are especially helpful when switching in an already running vim session.
103100
```
104101

105102
#### Lualine
103+
106104
Make sure your lualine settings are set to auto:
107105

108106
```lua
@@ -116,29 +114,32 @@ require('lualine').setup {
116114
## Config
117115

118116
### Style
117+
119118
There are three styles you can configure here: `auto`, `dark` and `light`.
120119
The `auto` setting is the default and will adjust automatically to your
121120
`vim.o.background` value. If you change this value during runtime, it will also adjust accordingly.
122121

123-
>ℹ️ The style value only applys if you set the theme with `vim.cmd('colorscheme bluloco')`.
124-
> Setting the theme with a variant directly will override this setting.
122+
> ℹ️ The style value only applies if you set the theme with `vim.cmd('colorscheme bluloco')`.
123+
> Setting the theme with a variant directly will override this setting.
125124
126125
### Transparency
126+
127127
This setting will disable the background and use the default background of your terminal.
128-
You need to enable this if you want the terminal to be transparent. You would still need to
128+
You need to enable this if you want the terminal to be transparent. You would still need to
129129
configure your terminal accordingly for light and dark backgrounds when switching often.
130130

131-
See: auto switching themes.
132-
See: bluloco theme for iTerm2
131+
<!-- TODO: See: auto switching themes.
132+
See: bluloco theme for iTerm2 -->
133133

134134
### Italics
135+
135136
This setting will enable italics for _keywords_, _comments_ and _markup attributes_.
136137

137138
<!-- ## Recipes
138139
### Auto switching light & dark themes
139140
-->
140141

141142
## Contributing
142-
I'd be more than happy for any bugs you find and add an [issue](https://github.com/uloco/bluloco.nvim/issues).
143-
Pull requests are also heartly welcome especially for missing plugin support.
144143

144+
I'd be more than happy for any bugs you find and add an [issue](https://github.com/uloco/bluloco.nvim/issues).
145+
Pull requests are warmly welcome especially for missing plugin support.

0 commit comments

Comments
 (0)