Git Product home page Git Product logo

tmux-munch's Introduction

tmux-munch

A customizable theme based on 16 color scheme.

Why?

I use NixOS and there is an easy way to inject base16 colors schemes into your configuration (I use nix-colors). I decided that I wanted to have consistent colors for the terminal and Tmux.

How?

Just to set up Tmux's options for every color in the base 16 scheme. Colors should be recognizable by the Tmux colors engine. Default theme is based on (egel's work)[https://github.com/egel/tmux-gruvbox] and color scheme is gruvbox medium dark.

Example (and also these are defaults):

  set-option -g @munch-base00 "#282828" # bg1
  set-option -g @munch-base01 "#3c3836" # bg2
  set-option -g @munch-base02 "#504945" # bg3
  set-option -g @munch-base03 "#665c54" # bg4
  set-option -g @munch-base04 "#bdae93" # fg1
  set-option -g @munch-base05 "#d5c4a1" # fg2
  set-option -g @munch-base06 "#ebdbb2" # fg3
  set-option -g @munch-base07 "#fbf1c7" # fg4
  set-option -g @munch-base08 "#fb4934" # red
  set-option -g @munch-base09 "#fe8019" # orange
  set-option -g @munch-base0A "#fabd2f" # yellow
  set-option -g @munch-base0B "#b8bb26" # green
  set-option -g @munch-base0C "#8ec07c" # cyan
  set-option -g @munch-base0D "#83a598" # blue
  set-option -g @munch-base0E "#d3869b" # purple
  set-option -g @munch-base0F "#d65d0e" # brown

If you want to customize theme, you can create theme file and set @munch-theme option.

  set-option -g @munch-theme PATH-TO-THEME-FILE

Installation

Manually (not recommend)

Tmux Plugin Manger (better but still not recommended)

NixOS flakes

It's working

Development

License

MIT License Copyright (c) 2024 Marek Maksimczyk

tmux-munch's People

Contributors

mandos avatar

Watchers

 avatar  avatar

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.