Lua neosolarized

Open-source Lua projects categorized as neosolarized

Lua neosolarized Projects

  • NeoSolarized.nvim

    NeoSolarized colorscheme for NeoVim with full transparency

  • Project mention: How to override the colors of NeoSolarized in NeoVim | dev.to | 2024-04-21

    return { { "Tsuzat/NeoSolarized.nvim", config = function() -- https://github.com/Tsuzat/NeoSolarized.nvim/blob/208e65a3ede945b8a1d00104a4441217c5e23509/lua/NeoSolarized/theme.lua#L1-L11 local neosolarized = require('NeoSolarized') local cls = require("NeoSolarized.colors") local config = require("NeoSolarized.config") local options = config.options local theme = {config = options, colors = cls.setup()} local c = theme.colors c.green = '#40f7d2' c.yellow = '#eaea8a' c.red = '#ea4481' c.blue = '#2bb3d8' c.fg0 = '#dde8d5' c.orange = '#dd9f4d' neosolarized.setup { transparent = true, -- https://github.com/Tsuzat/NeoSolarized.nvim/blob/208e65a3ede945b8a1d00104a4441217c5e23509/lua/NeoSolarized/theme.lua#L748 styles = { comments = {italic = false}, keywords = {italic = false, bold = true}, string = {italic = false} }, on_highlights = function(highlights, colors) -- highlights.Include.fg = colors.red -- Using `red` foreground for Includes end } end } }

  • solarized.nvim

    Solarized is a sixteen color palette (eight monotones, eight accent colors) designed for use with terminal and gui applications. Solarized port for Neovim (by maxmx03)

  • Project mention: What color scheme do you use? | /r/neovim | 2023-06-16

    The best solarized theme out there: https://github.com/maxmx03/solarized.nvim

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Index

Project Stars
1 NeoSolarized.nvim 157
2 solarized.nvim 102

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com