From 5743f5ec79ef49aeef76a5faee571561d8b96ecd Mon Sep 17 00:00:00 2001 From: Daniel Ribeiro Date: Fri, 26 Apr 2013 13:34:51 -0300 Subject: [PATCH 1/2] Added Birds of Paradise IntelliJ theme Signed-off-by: Daniel Ribeiro --- intellij-themes/Birds of Paradise.xml | 2074 +++++++++++++++++++++++++ 1 file changed, 2074 insertions(+) create mode 100644 intellij-themes/Birds of Paradise.xml diff --git a/intellij-themes/Birds of Paradise.xml b/intellij-themes/Birds of Paradise.xml new file mode 100644 index 0000000..c6c16f2 --- /dev/null +++ b/intellij-themes/Birds of Paradise.xml @@ -0,0 +1,2074 @@ + + + + From 1bf5b078c7b596452d68a44905f2f38c8abe7076 Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Sun, 23 Jun 2013 03:42:42 +0700 Subject: [PATCH 2/2] Fixed theme name for Peacock vim color scheme --- vim-themes/colors/Peacock.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vim-themes/colors/Peacock.vim b/vim-themes/colors/Peacock.vim index 06c3d53..9633c9d 100644 --- a/vim-themes/colors/Peacock.vim +++ b/vim-themes/colors/Peacock.vim @@ -1,5 +1,5 @@ " Vim color file -" Converted from Textmate theme Oasis using Coloration v0.3.2 (http://github.com/sickill/coloration) +" Converted from Textmate theme Peacock using Coloration v0.3.2 (http://github.com/sickill/coloration) set background=dark highlight clear @@ -8,7 +8,7 @@ if exists("syntax_on") syntax reset endif -let g:colors_name = "Oasis" +let g:colors_name = "Peacock" hi Cursor ctermfg=NONE ctermbg=231 cterm=NONE guifg=NONE guibg=#f8f8f0 gui=NONE hi Visual ctermfg=NONE ctermbg=16 cterm=NONE guifg=NONE guibg=#161a1f gui=NONE @@ -100,4 +100,4 @@ hi cssPseudoClassId ctermfg=203 ctermbg=NONE cterm=NONE guifg=#ff5d38 guibg=NONE hi cssClassName ctermfg=203 ctermbg=NONE cterm=NONE guifg=#ff5d38 guibg=NONE gui=NONE hi cssValueLength ctermfg=148 ctermbg=NONE cterm=NONE guifg=#bcd42a guibg=NONE gui=NONE hi cssCommonAttr ctermfg=203 ctermbg=NONE cterm=NONE guifg=#ff5d38 guibg=NONE gui=NONE -hi cssBraces ctermfg=NONE ctermbg=NONE cterm=NONE guifg=NONE guibg=NONE gui=NONE \ No newline at end of file +hi cssBraces ctermfg=NONE ctermbg=NONE cterm=NONE guifg=NONE guibg=NONE gui=NONE