mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-22 17:45:10 +03:00
6396944b81
Additionally: Pick up system accent color properly when no colors set. NvimView+Resize.swift: - Now transmitting Tabline, TablineFill colors to the VimR UI, as well as TablineSel - Replace the built-in get() + nvim_get_hl() method because they don't have handle 'link' highlights properly (they return -1 for color code) - defined a new GetHiColor vimscript method that behaves like get() but also reads `link` type highlight groups by following the link. NvimView+Types.swift: - visualForegroundColor is picked up from user accent color in System Settings using NSColor.Name("controlAccentColor") - Updated to include all additional colors NvimView+UiBridge.swift: - Updated MessagePackUtils value code to accomodate new color code fields Tabs/Tab.swift: - Get Selected tab color from TablineSel Tabs/TabBar.swift: - Set tab bar color to TablineFill Tabs/Theme.swift: - Add new fields for TablineFill and TablineSel color corresponding to tab bar background and selected tab colors - Minor rearranging of field order VimR/Theme.swift: - Add new fields for the tab bar, tab, and selected tab colors |
||
---|---|---|
.. | ||
.swiftpm/xcode/package.xcworkspace | ||
Sources/Tabs | ||
Support | ||
Tests/TabsTests | ||
.gitignore | ||
Package.swift | ||
README.md |
Tabs
A description of this package.