Unnamed repository; edit this file 'description' to name the repository.
| -rw-r--r-- | runtime/themes/akari-dawn.toml | 5 | ||||
| -rw-r--r-- | runtime/themes/akari-night.toml | 23 | ||||
| -rw-r--r-- | runtime/themes/licenses/akari.license | 2 |
3 files changed, 16 insertions, 14 deletions
diff --git a/runtime/themes/akari-dawn.toml b/runtime/themes/akari-dawn.toml index 80e92443..718053ce 100644 --- a/runtime/themes/akari-dawn.toml +++ b/runtime/themes/akari-dawn.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" } @@ -252,6 +252,7 @@ macro = "#543F54" escape = "#543F54" regexp = "#20301A" link = "#131A20" +member = "#304050" directory = "#305858" sunken = "#DDD2C9" match-bg = "#D2BFB5" 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" diff --git a/runtime/themes/licenses/akari.license b/runtime/themes/licenses/akari.license index 9d860f66..8760c075 100644 --- a/runtime/themes/licenses/akari.license +++ b/runtime/themes/licenses/akari.license @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2026 Shu Kutsuzawa +Copyright (c) 2025 Shu Kutsuzawa Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal |