Lua solarized-theme

Open-source Lua projects categorized as solarized-theme

Lua solarized-theme 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 } }

  • config

    Profile Management with Git and Github (by ragu-manjegowda)

  • 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).

Lua solarized-theme related posts

Index

Project Stars
1 NeoSolarized.nvim 154
2 config 3

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