Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/hex_lavender.toml')
| -rw-r--r-- | runtime/themes/hex_lavender.toml | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/runtime/themes/hex_lavender.toml b/runtime/themes/hex_lavender.toml index d7c54be6..b14f3caf 100644 --- a/runtime/themes/hex_lavender.toml +++ b/runtime/themes/hex_lavender.toml @@ -1,13 +1,15 @@ +# Author : portalsurfer <https://github.com/PORTALSURFER> + inherits = "hex_steel" [palette] t1 = "#0e0e0d" -t2 = "#121311" +t2 = "#181a17" t3 = "#2b3444" t4 = "#61586f" t5 = "#686e73" t6 = "#878480" -t7 = "#897dca" +t7 = "#8e80de" t8 = "#7b89a3" t9 = "#bcb6ba" t10 = "#9db2b8" @@ -20,12 +22,20 @@ highlight_three = "#29bbff" black = "#000000" selection = "#290019" +selection_fg = "#958e9a" -comment = "#9aacfe" +comment = "#404768" comment_doc = "#0affa9" error = "#ff0900" warning = "#ffbf00" display = "#57ff89" info = "#dad7d5" -# + +hints = "#44273f" +ruler = "#1c1f1b" + +diff_minus = "#ff4000" +diff_delta = "#0078bd" +diff_plus = "#c9d400" +diff_delta_moved = "#0048bd"
\ No newline at end of file |