Skip to content

Commit

Permalink
improve wezterm colors
Browse files Browse the repository at this point in the history
  • Loading branch information
brightpuddle committed May 6, 2024
1 parent a9c6fbb commit f5cde72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/wezterm/colors.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
return {
active = {
fg = "#d8dee9",
bg = "#434c5e",
bg = "#3c4251",
},
inactive = {
fg = "#d8dee9",
Expand Down

0 comments on commit f5cde72

Please sign in to comment.