-
Switching the background in e.g., MacVim via `:set background=light` correctly reloads the color scheme and assigns the light-variant colors, and likewise for `dark`. However, doing the same in the te…
-
### Steps to reproduce
Steps:
1. Add the following to `theme.colorSchemes`
```jsx
theme.colorSchemes.dark.mixins.example = {
"&:hover": {
background: `rgba(0, 0, 0, 0.26)`,
},
}
`…
-
I think I figured out why another bug where some themes do not propagate their theme colors to VimR, such as dracula.
I noticed color changes are propagated from
In NvimView+Resize.swift, line 12…
-
My guifont is
guifont=Consolas:h9:cEASTEUROPE
which in vim-thematic comes down to
```
let g:thematic#themes = {
\'badwolf' : {'background' : 'dark',
\ 'colorscheme' : 'badwolf',
…
-
The initial highlight colors were designed to show every bit of text we matched. These need to be re-thought to be sane colors as applied by various colorschemes!
-
### Prerequisites
- [x] I have [searched the backlog](https://github.com/Orange-OpenSource/ouds-ios/issues) for duplicate or closed feature requests
### As a
user of the Library
### ... I want to
…
-
Can you implement real theme colors?
dSpreadsheet.WorkbookPart.ThemePart.Theme.ThemeElements.ColorScheme.Accent1Color
https://github.com/ClosedXML/ClosedXML/blob/daa413d77cf94b2fc026b68938d7e7b1…
-
### Steps to reproduce
1. Create a new flutter app
2. Copy the sample code in `lib/main.dart`
3. Build for web platform and host somewhere
4. Open it on safari, chrome, etc. on an iOS device
5. S…
-
Honour the vim folder structure by putting the colorscheme file in colors/ folder, so pathogen (vundle or anything that manipulates the runtime path) can pick up the color scheme.
-
### Steps to reproduce
1. flutter create .
2. flutter pub add google_maps_flutter
3. pass through installation guide in readme
4. create GoogleMap widget with a single dashed polyline and specific…