diff --git a/powerline/config_files/colorschemes/vim/default.json b/powerline/config_files/colorschemes/vim/default.json index ec158793..b1fb9879 100644 --- a/powerline/config_files/colorschemes/vim/default.json +++ b/powerline/config_files/colorschemes/vim/default.json @@ -27,7 +27,8 @@ "line_current": { "fg": "gray1", "bg": "gray10", "attr": ["bold"] }, "line_current_symbol": { "fg": "gray1", "bg": "gray10" }, "col_current": { "fg": "gray6", "bg": "gray10" }, - "modified_buffers": { "fg": "brightyellow", "bg": "gray2" } + "modified_buffers": { "fg": "brightyellow", "bg": "gray2" }, + "ruby_version": { "fg": "brightestred", "bg": "gray2", "attr": ["bold"] } }, "mode_translations": { "nc": { @@ -67,7 +68,8 @@ "groups": { "mode": { "fg": "darkestcyan", "bg": "white", "attr": ["bold"] }, "background:divider": { "fg": "darkcyan", "bg": "darkestblue" }, - "branch:divider": { "fg": "darkcyan", "bg": "darkblue" } + "branch:divider": { "fg": "darkcyan", "bg": "darkblue" }, + "ruby_version": { "fg": "white", "bg": "darkestblue", "attr": ["bold"] } } }, "v": { diff --git a/powerline/config_files/colorschemes/vim/solarized.json b/powerline/config_files/colorschemes/vim/solarized.json index 2eb4c36d..116268fd 100644 --- a/powerline/config_files/colorschemes/vim/solarized.json +++ b/powerline/config_files/colorschemes/vim/solarized.json @@ -26,7 +26,8 @@ "line_percent_gradient": { "fg": "green_yellow_orange_red", "bg": "lightskyblue4" }, "line_current": { "fg": "gray13", "bg": "lightyellow", "attr": ["bold"] }, "line_current_symbol": { "fg": "gray13", "bg": "lightyellow" }, - "col_current": { "fg": "azure4", "bg": "lightyellow" } + "col_current": { "fg": "azure4", "bg": "lightyellow" }, + "ruby_version": { "fg": "red", "bg": "royalblue5", "attr": ["bold"]} }, "mode_translations": { "nc": { @@ -64,7 +65,8 @@ "line_percent_gradient": { "fg": "oldlace", "bg": "gray61" }, "line_current": { "fg": "gray13", "bg": "oldlace", "attr": ["bold"] }, "line_current_symbol": { "fg": "gray13", "bg": "oldlace" }, - "col_current": { "fg": "azure4", "bg": "oldlace" } + "col_current": { "fg": "azure4", "bg": "oldlace" }, + "ruby_version": { "fg": "lightyellow", "bg": "darkgreencopper", "attr": ["bold"] } } }, "v": {