Skip to content

Commit

Permalink
add new theme screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
siduck committed Mar 10, 2024
1 parent 230d28c commit 3e84ea1
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 4 deletions.
Binary file added public/themes/material-darker.webp
Binary file not shown.
Binary file added public/themes/material-lighter.webp
Binary file not shown.
Binary file added public/themes/rosepine-dawn.webp
Binary file not shown.
Binary file added public/themes/solarized_oska.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/Landing_Page/features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const FeatureList = [
title: "Prettiest themes",
icon: "i-ph:paint-brush-broad text-red-3",
description: `
64 inbuilt beautifully ported & custom themes! All the theme colors are
68 inbuilt beautifully ported & custom themes! All the theme colors are
overridable too.
`,
},
Expand Down
23 changes: 20 additions & 3 deletions src/routes/news/v2.5_release.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const meta = {
title: "NvChad v2.5 released!",
desc: 'Minor NvChad release with standard neovim config structure, new 7 themes, UI Term module replacing nvterm.',
desc: 'Minor NvChad release with standard neovim config structure, new 11 themes, UI Term module replacing nvterm.',
cover: "v2.5.webp",
}

Expand All @@ -16,14 +16,19 @@ export const meta = {

- Starter template for NvChad which lets users use NvChad as a plugin, thus not needing custom config stuff.

- 7 New themes for base46:
- 11 New themes for base46:
flexoki,
jabuti,
poimandres,
mito-laser
nano-light,
flexoki-light,
chadracula-evondev
chadracula-evondev,
material-darker,
material-lighter,
solarized_oska,
rosepine-dawn


- Minimal terminal module which replaces nvterm which lets you created any amount of toggleable terminals , change bg color / highlights of each window etc.

Expand Down Expand Up @@ -85,3 +90,15 @@ export const meta = {

### flexoki-light
![flexoki-light theme](/themes/flexoki-light.webp)

### Material-darker
![material-darker theme](/themes/material-darker.webp)

### Material-lighter
![material-lighter theme](/themes/material-lighter.webp)

### Rosepine-dawn
![rosepine-dawn theme](/themes/rosepine-dawn.webp)

### Solarized_oska
![solarized_oska theme](/themes/solarized_oska.webp)

0 comments on commit 3e84ea1

Please sign in to comment.