Code Monkey home page Code Monkey logo

Comments (2)

idr4n avatar idr4n commented on May 28, 2024 1

Hey, thanks for replying to my question @kvrohit. Now it totally makes sense. The problem was that I was trying your feline config during the day when I normally use a light theme, not yours, otherwise with your theme it works out of the box.

Thanks again 👍🏻

from rasmus.nvim.

kvrohit avatar kvrohit commented on May 28, 2024

Hi @idr4n,

Thank you! Glad you liked the color scheme.

I have the following highlight groups defined in this theme:

    -- Custom highlight groups for use in statusline plugins
    StatusLineNormalMode = { fg = c.black, bg = c.gray02 },
    StatusLineInsertMode = { fg = c.black, bg = c.gray03 },
    StatusLineVisualMode = { fg = c.black, bg = c.gray04 },
    StatusLineReplaceMode = { fg = c.black, bg = c.gray05 },
    StatusLineTerminalMode = { fg = c.black, bg = c.gray05 },
    StatusLineHint = { fg = c.cyan, bg = c.gray01 },
    StatusLineInfo = { fg = c.blue, bg = c.gray01 },
    StatusLineWarn = { fg = c.yellow, bg = c.gray01 },
    StatusLineError = { fg = c.red, bg = c.gray01 },

StatusLineNormalMode = { fg = c.black, bg = c.gray02 },

And I use them in my feline config like so:
https://github.com/kvrohit/dotfiles/blob/master/nvim/lua/config/statusline.lua

If you are having issues with the config in my master branch, you can try the one in nvim-0.7 branch.
https://github.com/kvrohit/dotfiles/blob/b12201f4cf4be2027313c923a5ebcce65061e40d/nvim/init.lua#L347

Line 347 and below.

It is not perfect at the moment as it does not account for color themes that do not have the custom highlights but it should work with this theme.

from rasmus.nvim.

Related Issues (9)

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.