1
1
<p align =" center " >
2
- <img src =" https://imgur.com/OLRFrjD .png " alt =" github-nvim-theme " />
2
+ <img src =" https://imgur.com/S6SlCiV .png " alt =" github-nvim-theme " />
3
3
</p >
4
4
5
5
### Status
@@ -65,7 +65,7 @@ require('github-theme').setup()
65
65
| msg_area_style | ` NONE ` | Highlight style for messages and cmdline (check ` :help highlight-args ` for options) |
66
66
| overrides | ` function ` | Override specific highlight groups. The function accept colors as argument. |
67
67
| sidebars | ` {} ` | Set a darker background on sidebar-like windows. For example: ` {"qf", "vista_kind", "terminal", "packer"} ` |
68
- | theme_style | ` dark ` | Set theme variant (options: ` dark ` /` dark_default ` /` dimmed ` /` light ` /` light_default ` ) |
68
+ | theme_style | ` dark ` | Set theme variant (options: ` dark ` /` dimmed ` / ` dark_default ` /` dark_colorblind ` /` light ` /` light_default ` / ` light_colorblind ` ) |
69
69
| transparent | ` false ` | Enable this to disable setting the background color |
70
70
| variable_style | ` NONE ` | Highlight style for variables and identifiers (check ` :help highlight-args ` for options) |
71
71
@@ -166,9 +166,9 @@ set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{25
166
166
167
167
## 📺 Screenshots
168
168
169
- - Font: [ Ubuntu Mono] ( https://design.ubuntu .com/font / )
169
+ - Font: [ JetBrains Mono] ( https://www.jetbrains .com/lp/mono / )
170
170
- Terminal: [ kitty] ( https://sw.kovidgoyal.net/kitty )
171
- - Icon: [ circles. nvim] ( https://github.com/projekt0n/circles. nvim )
171
+ - Icon: [ nvim-web-devicons ] ( https://github.com/kyazdani42/ nvim-web-devicons )
172
172
- StatusLine: ** Default** . [ dotfiles/nvim/.config/nvim/lua/options.lua#L19-L30] ( https://github.com/ful1e5/dotfiles/blob/a2777f85b104622dd82f4adfc6ad032e3ff074bf/nvim/.config/nvim/lua/options.lua#L19-L30 )
173
173
- dotfiles: [ ful1e5/dotfiles/nvim] ( https://github.com/ful1e5/dotfiles/tree/main/nvim/.config/nvim )
174
174
@@ -190,7 +190,26 @@ require("github-theme").setup({
190
190
```
191
191
192
192
<p align =" center " >
193
- <img src =" https://imgur.com/wsST2ZB.png " alt =" github_dark " />
193
+ <img src =" https://imgur.com/XWxKWc8.png " alt =" github_dark " />
194
+ </p >
195
+
196
+ #### Dimmed
197
+
198
+ ``` vim
199
+ " VimScript
200
+ colorscheme github_dimmed
201
+ ```
202
+
203
+ ``` lua
204
+ -- Lua
205
+ require (" github-theme" ).setup ({
206
+ theme_style = " dimmed" ,
207
+ -- other config
208
+ })
209
+ ```
210
+
211
+ <p align =" center " >
212
+ <img src =" https://imgur.com/lMk4ifs.png " alt =" github_dimmed " />
194
213
</p >
195
214
196
215
#### Dark Default
@@ -209,26 +228,26 @@ require("github-theme").setup({
209
228
```
210
229
211
230
<p align =" center " >
212
- <img src =" https://imgur.com/pNJDMft .png " alt =" github_dark_default " />
231
+ <img src =" https://imgur.com/ZfZcBGN .png " alt =" github_dark_default " />
213
232
</p >
214
233
215
- #### Dimmed
234
+ #### Dark Colorblind (Beta)
216
235
217
236
``` vim
218
237
" VimScript
219
- colorscheme github_dimmed
238
+ colorscheme github_dark_colorblind
220
239
```
221
240
222
241
``` lua
223
242
-- Lua
224
243
require (" github-theme" ).setup ({
225
- theme_style = " dimmed " ,
244
+ theme_style = " dark_colorblind " ,
226
245
-- other config
227
246
})
228
247
```
229
248
230
249
<p align =" center " >
231
- <img src =" https://imgur.com/LLp5qnT .png " alt =" github_dimmed " />
250
+ <img src =" https://imgur.com/OIXgRL4 .png " alt =" github_dark_colorblind " />
232
251
</p >
233
252
234
253
#### Light
@@ -247,7 +266,7 @@ require("github-theme").setup({
247
266
```
248
267
249
268
<p align =" center " >
250
- <img src =" https://imgur.com/yXEj746 .png " alt =" github_light " />
269
+ <img src =" https://imgur.com/OPwBDI4 .png " alt =" github_light " />
251
270
</p >
252
271
253
272
#### Light Default
@@ -266,15 +285,34 @@ require("github-theme").setup({
266
285
```
267
286
268
287
<p align =" center " >
269
- <img src =" https://imgur.com/fykVFCr.png " alt =" github_light_default " />
288
+ <img src =" https://imgur.com/r9uPo5B.png " alt =" github_light_default " />
289
+ </p >
290
+
291
+ #### Light Colorblind (Beta)
292
+
293
+ ``` vim
294
+ " VimScript
295
+ colorscheme github_light_colorblind
296
+ ```
297
+
298
+ ``` lua
299
+ -- Lua
300
+ require (" github-theme" ).setup ({
301
+ theme_style = " light_colorblind" ,
302
+ -- other config
303
+ })
304
+ ```
305
+
306
+ <p align =" center " >
307
+ <img src =" https://imgur.com/fL4ZOUg.png " alt =" github_light_colorblind " />
270
308
</p >
271
309
272
310
### Syntax Styles
273
311
274
312
#### Default
275
313
276
314
<p align =" center " >
277
- <img src =" https://imgur.com/GbemreO .png " alt =" github_default_syntax " />
315
+ <img src =" https://imgur.com/V0DsNa0 .png " alt =" github_default_syntax " />
278
316
</p >
279
317
280
318
#### Normal
@@ -299,7 +337,7 @@ require("github-theme").setup({
299
337
```
300
338
301
339
<p align =" center " >
302
- <img src =" https://imgur.com/qrJwUDb .png " alt =" github_normal_syntax " />
340
+ <img src =" https://imgur.com/aRDXkWp .png " alt =" github_normal_syntax " />
303
341
</p >
304
342
305
343
#### Italic
@@ -324,7 +362,7 @@ require("github-theme").setup({
324
362
```
325
363
326
364
<p align =" center " >
327
- <img src =" https://imgur.com/TK6HEA4 .png " alt =" github_italic_syntax " />
365
+ <img src =" https://imgur.com/5wr3dyQ .png " alt =" github_italic_syntax " />
328
366
</p >
329
367
330
368
### Minimal config
@@ -343,13 +381,13 @@ require("github-theme").setup({
343
381
```
344
382
345
383
<p align =" center " >
346
- <img src =" https://imgur.com/TyaLR4n .png " alt =" github_minimal " />
384
+ <img src =" https://imgur.com/rAsEukW .png " alt =" github_minimal " />
347
385
</p >
348
386
349
387
### Telescope
350
388
351
389
<p align =" center " >
352
- <img src =" https://imgur.com/vVFjJad .png " alt =" github_telescope " />
390
+ <img src =" https://imgur.com/XX7tixL .png " alt =" github_telescope " />
353
391
</p >
354
392
355
393
## Contributing
0 commit comments