Skip to content

Commit

Permalink
Merge pull request #29 from hejops/main
Browse files Browse the repository at this point in the history
add wezterm theme
  • Loading branch information
zootedb0t authored Aug 18, 2024
2 parents 34cf204 + 9922685 commit 2128952
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ lualine.setup {
- [iterm2](https://iterm2.com/) user can use [this](extra/citruszest.itermcolors).
- [Alacritty](https://alacritty.org/) user can use [this](extra/citruszest_alacritty.toml).
- [Konsole](https://konsole.kde.org/) user put [this](extra/Citruszest.colorscheme) into `~/.local/share/konsole/` and then select the theme on Konsole's profile settings
- [Wezterm](https://wezfurlong.org/wezterm/index.html) users can use [this](extra/citruszest_wezterm.toml)

## :art: Colors

Expand Down
33 changes: 33 additions & 0 deletions extra/citruszest_wezterm.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# save this file to ~/.config/wezterm/colors/citruszest.toml, then add
# `color_scheme = "citruszest"`
# to your wezterm.lua
[colors]
foreground = "#f9f9f9"
background = "#121212"
cursor_fg = "#f9f9f9"
cursor_bg = "#bfbfbf"
cursor_border = "#bfbfbf"
selection_bg = "#404040"
selection_fg = "#bfbfbf"

ansi = [
"#232323",
"#ff5454",
"#00cc7a",
"#ffd700",
"#00bfff",
"#ff00ff",
"#48d1cc",
"#bfbfbf",
]

brights = [
"#767c77",
"#ff1a75",
"#1affa3",
"#ffff00",
"#28c9ff",
"#ff33ff",
"#09fff2",
"#f9f9f9",
]

0 comments on commit 2128952

Please sign in to comment.