Setting up a consistent Monokai theme for Neovim + Tmux

Описание к видео Setting up a consistent Monokai theme for Neovim + Tmux

For my birthday I like to change my editor config and make it look fresh for the year ahead.
This year I decided to make it monokai pro all the way :)
You can copy my config from my dotfiles

Relavent Links:
Dotfiles: https://github.com/newtoallofthis123/...
Nvim Config: https://github.com/newtoallofthis123/...

Monokai Pro.nvim: https://github.com/loctvl842/monokai-...
Rose Pine Tmux: https://github.com/rose-pine/tmux
Monokai Remastered for Wezterm: https://wezfurlong.org/wezterm/colors...
Monokai Pro.tmux: https://github.com/loctvl842/monokai-...

For a Monokai variant of Rose Pine:
On line 68:
elif [[ $theme == monokai ]]; then

thm_base="#0B0B0B";
thm_surface="#403e41";
thm_overlay="#4a484d";
thm_muted="#727072";
thm_subtle="#a0a0a0";
thm_text="#fcfcfa";
thm_love="#ff6188";
thm_gold="#ffd866";
thm_rose="#fc9867";
thm_pine="#a9dc76";
thm_foam="#78dce8";
thm_iris="#ab9df2";
thm_hl_low="#222222";
thm_hl_med="#333333";
thm_hl_high="#444444";

Комментарии

Информация по комментариям в разработке