GithubHelp home page GithubHelp logo

Comments (4)

isabelroses avatar isabelroses commented on August 26, 2024 1

Only a small number of themes are generated here, one example being console.colors. Otherwise everything else is imported via npins. If you want to you can also bring your own sources via catppuccin.sources, which maybe useful for fixing themes.

from nix.

getchoo avatar getchoo commented on August 26, 2024 1

duplicate of #148

as isabel mentioned, a possible workaround for this is catppuccin.sources - though this interface is not considered stable and may break at any time. other than that, this is not going to be implemented as these modules are meant to showcase only official ports from the wider catppuccin org

from nix.

mainrs avatar mainrs commented on August 26, 2024

If you want to you can also bring your own sources via catppuccin.sources, which maybe useful for fixing themes.

Could you help me out on what this means exactly, please?

from nix.

isabelroses avatar isabelroses commented on August 26, 2024

So the catppuccin.sources option provides catppuccin/nix with all the catppuccin ports that it need to function and apply. For example you find something wrong with gh-dash and you make that change to upstream. You may not want to wait for it to get merged before it gets fixed. So you can do

{
  catppuccin.sources."gh-dash" = pkgs.fetchFromGitHub {
    owner = "you";
    repo = "gh-dash";
    rev = "rev";
    hash = "hash";
  };
}

To "override" the original source.

from nix.

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.