Skip to content

neofusion theme for wezterm blending lava red and ice blue ✨

License

Notifications You must be signed in to change notification settings

diegoulloao/neofusion.wezterm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sponsor


neofusion.wezterm

zsh-badge

Neofusion theme for WezTerm blending lava red and ice blue colors ✨

neofusion


spotify-player

neofusion


htop

neofusion


onefetch

neofusion

Installation 📦

Add the following code into your .wezterm.lua config:

local wezterm = require("wezterm")
local config = wezterm.config_builder()

local neofusion_theme = {
  foreground = "#e0d9c7",
  background = "#070f1c",
  cursor_bg = "#e0d9c7",
  cursor_border = "#e0d9c7",
  cursor_fg = "#070f1c",
  selection_bg = "#ea6847",
  selection_fg = "#e0d9c7",
  ansi = {
    "#070f1c", -- Black (Host)
    "#ea6847", -- Red (Syntax string)
    "#ea6847", -- Green (Command)
    "#5db2f8", -- Yellow (Command second)
    "#2f516c", -- Blue (Path)
    "#d943a8", -- Magenta (Syntax var)
    "#86dbf5", -- Cyan (Prompt)
    "#e0d9c7", -- White
  },
  brights = {
    "#2f516c", -- Bright Black
    "#d943a8", -- Bright Red (Command error)
    "#ea6847", -- Bright Green (Exec)
    "#86dbf5", -- Bright Yellow
    "#5db2f8", -- Bright Blue (Folder)
    "#d943a8", -- Bright Magenta
    "#ea6847", -- Bright Cyan
    "#e0d9c7", -- Bright White
  },
}

config = {
  -- set theme
  colors = neofusion_theme,

  -- rest
}

return config

Getting the right git colors ✅

Add the following lines to your ~/.gitconfig file:

[color "diff"]
  new = cyan
[color "status"]
  added = yellow
  changed = red

Ports ⭐

neofusion.nvim

Neovim theme version. Check it out!

neofusion.iterm

iTerm2 theme version. Check it out!

neofusion.alacritty

Alacritty theme version. Check it out!

neofusion.kitty

Kitty theme version. Check it out!

neofusion.winterm

Windows Terminal theme version. Check it out!

neofusion.bat

Bat theme version Check it out!

neofusion.fzf

FZF theme version Check it out!

neofusion.k9s

K9s theme version. Check it out!

neofusion.sp

Spotify Player (Terminal) theme version Check it out!

neofusion.posting

Posting theme version. Check it out!

neofusion.vscode

VS Code theme version Check it out!

neofusion-wallpapers

Beautiful wallpapers that match your setup. Check available resolutions

Sponsors ❤️

Check out our awesome sponsors!

Adam Stracener

About

neofusion theme for wezterm blending lava red and ice blue ✨

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published