This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 1d9b87ca69e19d8df31e8ab94fa15c1d8e317550 Author: Paul King <[email protected]> AuthorDate: Wed Jul 30 08:43:26 2025 +1000 GROOVY-8162: Update Groovysh to JLine3 (package names a little more visible) --- .../src/main/resources/nanorc/dark.nanorctheme | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/subprojects/groovy-groovysh/src/main/resources/nanorc/dark.nanorctheme b/subprojects/groovy-groovysh/src/main/resources/nanorc/dark.nanorctheme index d4c47b9e94..d9bc1a3ebe 100644 --- a/subprojects/groovy-groovysh/src/main/resources/nanorc/dark.nanorctheme +++ b/subprojects/groovy-groovysh/src/main/resources/nanorc/dark.nanorctheme @@ -24,7 +24,7 @@ BOOLEAN brightwhite NULL cyan NUMBER peach VARIABLE brightyellow -PACKAGE green,faint +PACKAGE gray,faint CLASS green CONSTANT yellow OPERATOR yellow @@ -49,18 +49,6 @@ ROW_NUMBER bold,!blue,~grey7 ROW_STYLE ,~grey15 LIST_BACKGROUND ,~grey42 LIST_GROUP yellow -RAINBOW1 brightmagenta -RAINBOW2 brightcyan -RAINBOW3 brightblue -RAINBOW4 brightyellow -RAINBOW5 brightgreen -RAINBOW6 brightred -RAINBOW7 magenta -RAINBOW8 cyan -RAINBOW9 blue -RAINBOW10 yellow -RAINBOW11 green -RAINBOW12 red # # mixin #
