Skip to content

Commit

Permalink
chore: custom config adaptations
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusHuelsmann committed Jun 7, 2020
1 parent 12fd39f commit 5c1f5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.def.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ unsigned int defaultfg = 7;
unsigned int defaultbg = 0;
static unsigned int defaultcs = 256;
static unsigned int defaultrcs = 257;
unsigned int bg = 1, bgUnfocused = 0;
unsigned int bg=16, bgUnfocused=0;
unsigned int const currentBg = 8, buffSize = 2048;
/// [Vim Browse] Colors for search results currently on screen.
unsigned int const highlightBg = 160, highlightFg = 15;
Expand Down

0 comments on commit 5c1f5cc

Please sign in to comment.