Giter Club home page Giter Club logo

Comments (3)

LorenzoGuideri avatar LorenzoGuideri commented on August 30, 2024

The theme, for reference


local M = {}

M.base_30 = {
  white = "#f5f4f1",
  darker_black = "#222222", -- nvtree bg
  black = "#272727",        -- selected tab, fzf bg
  black2 = "#2f2f2f",       -- top line bg
  one_bg = "#363731",       -- real bg of onedark
  one_bg2 = "#3E3F39",
  one_bg3 = "#464741",      -- fzf border
  grey = "#4D4E48",
  grey_fg = "#74705d",      -- comments, nvtree arrows
  grey_fg2 = "#5D5E58",
  light_grey = "#64655F",
  red = "#e36d76",
  baby_pink = "#f98385",
  pink = "#f36d76",
  line = "#363942", -- for lines like vertsplit
  green = "#96c367",
  vibrant_green = "#99c366",
  nord_blue = "#90c0e0", -- bottom line LSP, selected tab bg
  blue = "#51afef",
  yellow = "#e6c181",
  sun = "#e7db74",
  purple = "#c885d7",
  dark_purple = "#b26fc1",
  teal = "#34bfd0",
  orange = "#d39467",
  cyan = "#41afef",
  statusline_bg = "#303030", -- bottom line bg
  lightbg = "#3E3F39",       -- bottom line details bg
  pmenu_bg = "#99c366",
  folder_bg = "#61afef",     -- folder name color
}


M.base_16 = {
  base00 = "#272727", -- background
  base01 = "#383830",
  base02 = "#49483e",
  base03 = "#75715e", -- unused
  base04 = "#a59f85",
  base05 = "#f8f8f2", -- text
  base06 = "#f5f4f1",
  base07 = "#f9f8f5",
  base08 = "#fd9621",
  base09 = "#ac80ff", -- find result bg
  base0A = "#f4bf75",
  base0B = "#a6e22c",
  base0C = "#a1efe4",
  base0D = "#67d8ef",
  base0E = "#f92472",
  base0F = "#cc6633",
}


M.polish_hl = {
  -- #fd9621
  ["@parameter"] = { fg = M.base_16.base08, italic = true },
  ["@constructor"] = { fg = M.base_16.base08 },
  ["Type"] = { fg = M.base_16.base08 },

  -- #67d8ef
  ["@keyword.function"] = { fg = M.base_16.base0D, italic = true },
  ["@type.builtin"] = { fg = M.base_16.base0D, italic = true },

  -- #a6e22c
  ["@function"] = { fg = M.base_16.base0B },

  -- #e7db74
  ["@string"] = { fg = M.base_30.sun, italic = true },

  -- #ac80ff
  ["@boolean"] = { fg = M.base_16.base09 },

  -- #f8f8f2
  ["@punctuation.bracket"] = { fg = M.base_16.base05 },
  ["@punctuation.delimiter"] = { fg = M.base_16.base05 },
  ["@variable"] = { fg = M.base_16.base05 },

  -- #f92472
  ["@include"] = { fg = M.base_16.base0E },
  ["@repeat"] = { fg = M.base_16.base0E },
  ["@operator"] = { fg = M.base_16.base0E },
  ["@attribute"] = { fg = M.base_16.base0E },
  ["@conditional"] = { fg = M.base_16.base0E },
  ["@exception"] = { fg = M.base_16.base0E },

}



M.type = "dark"

M = require("base46").override_theme(M, "griso")

return M

from base46.

siduck avatar siduck commented on August 30, 2024

seems like there's no repeat in our treesitter

from base46.

siduck avatar siduck commented on August 30, 2024

image

also your polish_hl structure is wrong.

from base46.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.