Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.73 KB

README.md

File metadata and controls

49 lines (35 loc) · 1.73 KB

Tuscany theme

Neovim theme inspired by a trip to Italy where my favorite part of the trip was the region of Tuscany.

Editor Terminal
image image

There are three theme variants:

  • Tuscany Night
  • Tuscany Day [TODO]
  • Tuscany Auto (switches based on time of day / system setting) [TODO]

Extras (in a similar fashion to tokyonight) are also provided. These will be added based on tools I use, contributions for new extras will be welcome.

Status

Alpha quality. I have just started to enable Tuscany as my day to day theme and will continue making refinements and hope to have a v0.1 release ready in the Fall of 2024. I will consider the theme ready for v0.1 when I have used the Tuscany Auto variant as my daily driver for several weeks and I am happy with the experience.

Installation

With Lazy

{
    'matthewmturner/tuscany',
    opts = {
        variant = 'tuscany-night'
    }
}

Thanks

Big thanks to the great rose-pine theme that I used as my initial playground for editing a theme and then used some of their source and colors in the Tuscany theme. I would not have developed this so fast and wouldn't have had as good of taste for colors without the great work done there.