Snippet backgroud color neovim/vim - terminal

Does anybody know how can I change this background?
The dark blue color in neovim.

Neovim autocompletion uses hightlight for colors of autocomplete menu with highlight groups Pmenu, PmenuSbar and PmenuSel.
To change selection color, set Pmenu highlight group with your colors :
hi PmenuSel ctermbg=251 ctermfg=237 guibg=#cad0de guifg=#33374c

Related

Is it possible to change the highlight or background color of the "search results" from the help menu in RStudio?

I'm able to change the colour of selected text in the RStudio script window. For this I changed the
.ace_marker-layer .ace_selection {
background: #9D0000;
}
in the /Applications/RStudio.app/Contents/Resources/app/resources/themes/chaos.rstheme
But whenever I do a search in the 'Help' panel, the highlighted background is a faint grey and would like to change it. Where could I find the value that needs to be changed for this?

Visual Studio 2019 Vertical Tabs Background Color

Anybody knows how to set the background for the vertical tabs?
I love that feature, but with my favourite theme you can't see squat...
...its gray on gray
I have the same problem. I wasn't able to find a way to change the background color, but at least I found a way to change the foreground color, so that at least the tabs become visible.
I have installed Color Theme Editor for VS 2019. It comes with many themes, which you can make a copy of, then edit the copy. In the color theme editor you must search for Document Well - Tab, then scroll to Unselected. Changing the background color here unfortunately only affects horizontal tabs, but changing the foreground do affects both horizontal and vertical tabs.
Here is a screenshot of the extension in action:
Don't forget to click on the "Save and apply theme" in the upper left corner of the extension page.

Vim color scheme does not cover whole background

I'm using Zsh with agnoster theme and Vim.
When I try to change the color scheme of Vim, a bottom and left of screen are not applied by color scheme. First screenshot is before changing color scheme and the second id after changing color scheme. How can i fix this?
The left part is because that is the background of the LineNr column. You can change this with hi LineNr ctermbg=xxx.
The bottom is because vim isn't drawn in the whole screen in fullscreen mode. Unfortunately you can only fix this by changing the background in your terminal emulator's preferences to match vim's new background colour.

How to change terminal font color in PyCharm?

I want to set my terminal color scheme, such that I will have black text on light background (white or light yellow for example).
I changed "Console Colors" settings, such as Background, Standard output, and System output, under Editor > Colors & Fonts > Console Colors, but I keep running into the same problem.
If I change Background color to let's say white. It also changes text (Standard output and my user input to the same color). I can't figure out, which setting controls the color of the font, which appears in the terminal window. In fact, it appears that font color is the same as background color, which is confusing to me. I would expect to be able to independently control background color, and font color, which to me represents "Foreground".
<
Changing colour in
Preferences->Editor->Color Scheme->Console Colors->Standard Output
should change the terminal font's colour.
I suppose it happened on Windows. If yes then it is affected/controlled by Windows registry. Try one of the following method:
Open Windows cmd and from drop down menu selects defaults. Then change the Text and Background colors to match your choice in PyCharm. The problem occurs if you have different color settings in Windows cmd instead of default.
Delete HKEY_CURRENT_USER\Console key from Windows registry.
More information available on this link
To configure color and font scheme for consoles
Make sure you are working with an editable scheme.
Open the IDE Settings, and under Colors&Fonts, scroll through the list of components, and select the ones related to consoles:
Console Colors
Console Fonts
In the right-hand pane, click the desired component in the list, and change color settings and font type:
See Image of how to do it

How to change the caret color in XCode?

I want to change the caret blinking color in XCode, the default is black but now when I have a dark background I would rather have a white caret color.
Anyone that know how to change the caret color in XCode?
In XCode 4 developer preview 2 you can set the caret color. Excellent! Go to Preferences -> Fonts & Colors and then change the "Cursor" color to the color you want.
You can change your theme file, where is in ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
The key DVTSourceTextInsertionPointColor means "Cursor color"
like this:
DVTSourceTextInsertionPointColor
1 1 1 1

Resources