GithubHelp home page GithubHelp logo

catppuccin / st Goto Github PK

View Code? Open in Web Editor NEW
56.0 4.0 4.0 356 KB

🐸 Soothing pastel theme for st

License: MIT License

C 100.00%
catppuccin st-terminal st-colorscheme terminal-colors fancy pastel-colors hacktoberfest

st's Introduction

Logo
Catppuccin for st

Previews

🌻 Latte
🪴 Frappé
🌺 Macchiato
🌿 Mocha

About

This port offers the colors needed for ST's header files, but not an ST build.

Usage

  1. Choose your flavour.
  2. Copy the contents of flavour.h and replace into your st build's config.h.
  3. Then make install it in st folder.

💝 Thanks to

 

Copyright © 2021-present Catppuccin Org

st's People

Contributors

isabelincorp avatar nekowinston avatar pocco81 avatar tsjazil avatar withercubes avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

st's Issues

st won't complie after copying over flavour.h

So i copied over my choice mocha.h to st config.h and this is what i got

In file included from x.c:64:
config.h:479:20: error: redefinition of ‘colorname’
479 | static const char *colorname[] = {
| ^~~~~~~~~
config.h:97:20: note: previous definition of ‘colorname’ with type ‘const char *[260]’
97 | static const char *colorname[] = {
| ^~~~~~~~~
config.h:510:14: error: redefinition of ‘defaultfg’
510 | unsigned int defaultfg = 256;
| ^~~~~~~~~
config.h:132:14: note: previous definition of ‘defaultfg’ with type ‘unsigned int’
132 | unsigned int defaultfg = 258;
| ^~~~~~~~~
config.h:511:14: error: redefinition of ‘defaultbg’
511 | unsigned int defaultbg = 257;
| ^~~~~~~~~
config.h:133:14: note: previous definition of ‘defaultbg’ with type ‘unsigned int’
133 | unsigned int defaultbg = 259;
| ^~~~~~~~~
config.h:512:14: error: redefinition of ‘defaultcs’
512 | unsigned int defaultcs = 258;
| ^~~~~~~~~
config.h:134:14: note: previous definition of ‘defaultcs’ with type ‘unsigned int’
134 | unsigned int defaultcs = 256;
| ^~~~~~~~~
config.h:513:21: error: redefinition of ‘defaultrcs’
513 | static unsigned int defaultrcs = 258;
| ^~~~~~~~~~
config.h:135:21: note: previous definition of ‘defaultrcs’ with type ‘unsigned int’
135 | static unsigned int defaultrcs = 257;
| ^~~~~~~~~~
make: *** [Makefile:22: x.o] Error 1

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.