maintained-modern-unix
base16
maintained-modern-unix | base16 | |
---|---|---|
1 | 26 | |
417 | 588 | |
- | - | |
6.9 | 0.0 | |
about 1 month ago | about 1 year ago | |
Shell | ||
- | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
maintained-modern-unix
-
Eza: A modern, maintained replacement for ls
this one is maintained
https://github.com/johnalanwoods/maintained-modern-unix
base16
-
Eza: A modern, maintained replacement for ls
- Let the user set their shell colors however they want (presumably using [2]), and use the ANSI shell colors (and a few more) according to the base16 style guide [1]. Some translation between shell colors and base16 colors will be necessary, e.g. base16 says that a language keyword should use the color base0E, which in [2] corresponds to ANSI shell color 13.
My impression is that the base16 specification is not sufficiently general for most tools to implement it in a totally unbambiguous way, but if users can set their own colorschemes with a config file, it's not hard for a user to come up with a base16-approximating colorscheme template file, from which other users can generate a config file that sets a specific base16 colorscheme.
[1]: https://github.com/chriskempson/base16/blob/main/styling.md
-
Which colorscheme has the best features and granular customization (default colors aside)? Or a plugin for building custom color schemes?
Big fan of the base16 philosophy
-
Customize color theme in NvChad
If anyone struggles with this in the feature, what I was looking for was a list like the one in https://github.com/chriskempson/base16/blob/39fb23df970d4d6190d000271dec260250986012/styling.md.
-
Colorschemes that use treesitter and are 256-color?
Correct. It uses main Base16 styling.
-
Lua function to dump current neovim colorscheme to kitty
Nice. Might be useful for dumping themes for the base16 framework
-
Dark theme with good coverage
Stuff with base16 support is a good place to look. I've had good luck with Gruvbox (dark, hard).
- Base16 Color Framework
-
I contributed to (mostly) 14 top-rated Neovim color schemes. Here are some observations
I am not entirely sure what you mean by "universal format for themes", but there I personally love Base16 convention with its recommendation for styling. This is what I ended up (re)implementing for Neovim: mini.base16. It's been around, so most of instruments should have support for this.
-
Vim Color Schemes
It’s been mentioned earlier in this thread, but base16 is basically that. I use it, and it’s ok!
http://chriskempson.com/projects/base16/
-
Samples of code used for creating themes / color schemes
I'm talking about themes for terminals, text editors, notifications, [task]bars, etc. For example, these.
What are some alternatives?
eza - A modern alternative to ls
nvim-base16.lua - Programmatic lua library for setting base16 themes in Neovim.
zjstatus - A configurable statusbar plugin for zellij
Gogh - Gogh is a collection of color schemes for various terminal emulators, including Gnome Terminal, Pantheon Terminal, Tilix, and XFCE4 Terminal also compatible with iTerm on macOS.
lsd - The next gen ls command
iTerm2-Color-Schemes - Over 250 terminal color schemes/themes for iTerm/iTerm2. Includes ports to Terminal, Konsole, PuTTY, Xresources, XRDB, Remmina, Termite, XFCE, Tilda, FreeBSD VT, Terminator, Kitty, MobaXterm, LXTerminal, Microsoft's Windows Terminal, Visual Studio, Alacritty
coreutils - Cross-platform Rust rewrite of the GNU coreutils
base16-vim - Base16 for Vim
base16-shell - Base16 for Shells
macos-terminal-themes - Color schemes for default macOS Terminal.app
base16-nvim - Neovim plugin for building a sync base16 colorscheme. Includes support for Treesitter and LSP highlight groups.