Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/akari-night.toml')
| -rw-r--r-- | runtime/themes/akari-night.toml | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/runtime/themes/akari-night.toml b/runtime/themes/akari-night.toml index cc504cb0..beb87b2b 100644 --- a/runtime/themes/akari-night.toml +++ b/runtime/themes/akari-night.toml @@ -167,8 +167,8 @@ "variable.builtin" = { fg = "bright-red" } "variable.parameter" = "foreground" "variable.other" = "foreground" -"variable.other.member" = "foreground" -"variable.other.member.private" = "foreground" +"variable.other.member" = "member" +"variable.other.member.private" = "member" "label" = { fg = "amber" } @@ -220,15 +220,15 @@ selection-bg = "#51422E" selection-fg = "#E6DED3" cursorline = "#412E23" -surface = "#2D2E2E" -raised = "#303233" -border = "#353A3D" +surface = "#323333" +raised = "#363939" +border = "#3F4346" black = "#1E1C19" red = "#D25046" green = "#7FAF6A" yellow = "#D4A05A" -blue = "#5A6F82" +blue = "#7A8FA2" magenta = "#8E7BA0" cyan = "#6F8F8A" white = "#E6DED3" @@ -237,7 +237,7 @@ bright-black = "#716A5F" bright-red = "#DE7F77" bright-green = "#A1C492" bright-yellow = "#E4C397" -bright-blue = "#8195A8" +bright-blue = "#A7B5C1" bright-magenta = "#B4A7C0" bright-cyan = "#9AB1AD" bright-white = "#EFEAE3" @@ -246,15 +246,16 @@ lantern = "#E26A3B" ember = "#D65A3A" amber = "#D4A05A" constant = "#8CA6A1" -comment = "#7E93A6" +comment = "#9BABB9" path = "#7FAF6A" macro = "#B4A7C0" escape = "#B4A7C0" regexp = "#A1C492" -link = "#8195A8" +link = "#A7B5C1" +member = "#7A8FA2" directory = "#6F8F8A" sunken = "#412E23" match-bg = "#4B3125" -info = "#5A6F82" -diff-moved = "#5A6F82" +info = "#7A8FA2" +diff-moved = "#7A8FA2" conflict = "#D25046" |