E185: Cannot find color scheme*

For those using Plug as plugin manager, the problem may be solved by setting the color scheme after declaring the plugin that provides the theme: call plug#begin() Plug ‘rakr/vim-one’ ” tell Vim to load the theme/plugin call plug#end() colorscheme one ” set the color scheme after the theme provider has been loaded

Override colorscheme

You asked what I’m looking for today. I found a simpler solution than those presented here. I want transparent background instead of the black background from the theme, while simply overriding the color after the colorscheme statement in .vimrc doesn’t work and installing a plugin just for that is weird. Here is what I did: … Read more

Programmatically Lighten or Darken a hex color in dart

For people who want to darken or lighten Color instead of hex string // ranges from 0.0 to 1.0 Color darken(Color color, [double amount = .1]) { assert(amount >= 0 && amount <= 1); final hsl = HSLColor.fromColor(color); final hslDark = hsl.withLightness((hsl.lightness – amount).clamp(0.0, 1.0)); return hslDark.toColor(); } Color lighten(Color color, [double amount = .1]) … Read more

How to make the color theme inside #ifdef more readable in Eclipse?

You can disable #ifdef highlighting entirely by going to: Window -> Preferences -> C/C++ -> Editor and unchecking the box “Highlight inactive code”. Also, you can change the #ifdef highlighting color by going to that same screen and changing the “Inactive code highlight” color (under “Appearance color options” heading) to a color that works better … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)