From fe685633b026e7712fb3938889104640ac77feea Mon Sep 17 00:00:00 2001 From: Evgeny Gerashchenko Date: Tue, 15 Jan 2013 17:08:49 +0400 Subject: [PATCH] KT-3137 Support Darcula editor scheme #KT-3137 fixed --- idea/resources/colorScheme/Darcula_Kotlin.xml | 192 ++++++++++++++++++ idea/src/META-INF/plugin.xml | 1 + 2 files changed, 193 insertions(+) create mode 100644 idea/resources/colorScheme/Darcula_Kotlin.xml diff --git a/idea/resources/colorScheme/Darcula_Kotlin.xml b/idea/resources/colorScheme/Darcula_Kotlin.xml new file mode 100644 index 00000000000..af186803adc --- /dev/null +++ b/idea/resources/colorScheme/Darcula_Kotlin.xml @@ -0,0 +1,192 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/idea/src/META-INF/plugin.xml b/idea/src/META-INF/plugin.xml index 9e37aaf1f41..6c617c57c2b 100644 --- a/idea/src/META-INF/plugin.xml +++ b/idea/src/META-INF/plugin.xml @@ -116,6 +116,7 @@ +