• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Search

background

Vim Colors

October 25, 2022

I had trouble getting my vi editor to display all black background color. This includes the background color after the end of the file. I just wanted an all black background for better visibility. I did a little bit of googling and found this nice little gem. I happen to like the dessert theme and went with that instead of the recommended mustang theme which I don’t have installed. Hope you’ll find this helpful.

set t_Co=256
set background=dark
colorscheme dessert
highlight Normal ctermbg=NONE
highlight nonText ctermbg=NONE

set t_Co=256 set background=dark colorscheme dessert highlight Normal ctermbg=NONE highlight nonText ctermbg=NONE

Filed Under: Linux Tagged With: background, black, dark, theme, vim

Set Vim Colors Permanently

August 12, 2022

Here’s how to set Vim colors permanently.

vi ~/.vimrc

vi ~/.vimrc

Add the following.

highlight Normal ctermfg=white ctermbg=black

highlight Normal ctermfg=white ctermbg=black

Filed Under: Linux Tagged With: background, colors, foreground, permanent, vim

OBS Chroma Key

June 23, 2019

Here’s how to add chroma key (green screen) to your OBS shoot.

  • Start OBS.
  • Add a video source.
  • Right click on video source and select ‘Filter’.
  • Click + in the ‘Effects Filters’ section, and choose ‘Chroma Key’.
  • Enter a name for the effects layer.
  • Fine tune the settings.
  • Add background layers.
  • Make sure to send to the back.

Filed Under: Misc Tagged With: background, chroma, green screen, layers, obs

  • Go to page 1
  • Go to page 2
  • Go to Next Page »
  • Home
  • About
  • Search

Copyright © 2023