Skip to content

Commit

Permalink
chore: update themes
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Feb 22, 2024
1 parent c9969bd commit 0846aed
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 12 deletions.
11 changes: 8 additions & 3 deletions themes/frappe.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,20 @@ find_keyword = { fg = "#e5c890", italic = true }
find_position = { fg = "#f4b8e4", bg = "reset", italic = true }

# Marker
marker_selected = { fg = "#a6d189", bg = "#a6d189" }
marker_copied = { fg = "#e5c890", bg = "#e5c890" }
marker_copied = { fg = "#a6d189", bg = "#a6d189" }
marker_cut = { fg = "#e78284", bg = "#e78284" }
marker_selected = { fg = "#8caaee", bg = "#8caaee" }

# Tab
tab_active = { fg = "#303446", bg = "#8caaee" }
tab_active = { fg = "#303446", bg = "#c6d0f5" }
tab_inactive = { fg = "#c6d0f5", bg = "#51576d" }
tab_width = 1

# Count
count_copied = { fg = "#303446", bg = "#a6d189" }
count_cut = { fg = "#303446", bg = "#e78284" }
count_selected = { fg = "#303446", bg = "#8caaee" }

# Border
border_symbol = ""
border_style = { fg = "#838ba7" }
Expand Down
11 changes: 8 additions & 3 deletions themes/latte.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,20 @@ find_keyword = { fg = "#df8e1d", italic = true }
find_position = { fg = "#ea76cb", bg = "reset", italic = true }

# Marker
marker_selected = { fg = "#40a02b", bg = "#40a02b" }
marker_copied = { fg = "#df8e1d", bg = "#df8e1d" }
marker_copied = { fg = "#40a02b", bg = "#40a02b" }
marker_cut = { fg = "#d20f39", bg = "#d20f39" }
marker_selected = { fg = "#1e66f5", bg = "#1e66f5" }

# Tab
tab_active = { fg = "#eff1f5", bg = "#1e66f5" }
tab_active = { fg = "#eff1f5", bg = "#4c4f69" }
tab_inactive = { fg = "#4c4f69", bg = "#bcc0cc" }
tab_width = 1

# Count
count_copied = { fg = "#eff1f5", bg = "#40a02b" }
count_cut = { fg = "#eff1f5", bg = "#d20f39" }
count_selected = { fg = "#eff1f5", bg = "#1e66f5" }

# Border
border_symbol = ""
border_style = { fg = "#8c8fa1" }
Expand Down
11 changes: 8 additions & 3 deletions themes/macchiato.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,20 @@ find_keyword = { fg = "#eed49f", italic = true }
find_position = { fg = "#f5bde6", bg = "reset", italic = true }

# Marker
marker_selected = { fg = "#a6da95", bg = "#a6da95" }
marker_copied = { fg = "#eed49f", bg = "#eed49f" }
marker_copied = { fg = "#a6da95", bg = "#a6da95" }
marker_cut = { fg = "#ed8796", bg = "#ed8796" }
marker_selected = { fg = "#8aadf4", bg = "#8aadf4" }

# Tab
tab_active = { fg = "#24273a", bg = "#8aadf4" }
tab_active = { fg = "#24273a", bg = "#cad3f5" }
tab_inactive = { fg = "#cad3f5", bg = "#494d64" }
tab_width = 1

# Count
count_copied = { fg = "#24273a", bg = "#a6da95" }
count_cut = { fg = "#24273a", bg = "#ed8796" }
count_selected = { fg = "#24273a", bg = "#8aadf4" }

# Border
border_symbol = ""
border_style = { fg = "#8087a2" }
Expand Down
11 changes: 8 additions & 3 deletions themes/mocha.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,20 @@ find_keyword = { fg = "#f9e2af", italic = true }
find_position = { fg = "#f5c2e7", bg = "reset", italic = true }

# Marker
marker_selected = { fg = "#a6e3a1", bg = "#a6e3a1" }
marker_copied = { fg = "#f9e2af", bg = "#f9e2af" }
marker_copied = { fg = "#a6e3a1", bg = "#a6e3a1" }
marker_cut = { fg = "#f38ba8", bg = "#f38ba8" }
marker_selected = { fg = "#89b4fa", bg = "#89b4fa" }

# Tab
tab_active = { fg = "#1e1e2e", bg = "#89b4fa" }
tab_active = { fg = "#1e1e2e", bg = "#cdd6f4" }
tab_inactive = { fg = "#cdd6f4", bg = "#45475a" }
tab_width = 1

# Count
count_copied = { fg = "#1e1e2e", bg = "#a6e3a1" }
count_cut = { fg = "#1e1e2e", bg = "#f38ba8" }
count_selected = { fg = "#1e1e2e", bg = "#89b4fa" }

# Border
border_symbol = ""
border_style = { fg = "#7f849c" }
Expand Down

0 comments on commit 0846aed

Please sign in to comment.