-
Short version: I'd like to be able to use [hs.styledtext.new()](https://www.hammerspoon.org/docs/hs.styledtext.html#new) to create some styled text which is a hyerperlink but that function doesn't see…
-
`Token` provides a `name` and `range` property, but there is currently no way to verify which language configuration is providing which token.
```swift
let provider: TokenAttributeProvider = { tok…
-
Would be neat to show NSColor values, for those of us who write for macOS :) Currently it's already useful by doing the math automatically. Thanks!
-
Use custom `NSTextField` as it is hard to customize `TextFieldStyle`
```swift
import SwiftUI
struct MaterialTextField: View {
let placeholder: String
@Binding var text: String
@S…
-
I was looking at the code and only found `clearColor`. However, I'd like the ability to use custom colors (to change the title bar on OSX).
I can implement this probably if you point me in the righ…
-
**Describe the bug**
hexString for NSColor extension provides invalid values for CMYK colors or other non RGB colors selected using NSColorPicker.
**To Reproduce**
Steps to reproduce the behavio…
-
#### Description
Summary:
Dear AppKitterinos,
Due to 42623717 (NSTableHeaderView draws incorrectly when taller than standard), I have a subclass of NSTableHeaderCell that draws the background and…
-
I used the tool to generate this set of light and dark mode equivalents for when running SwiftUI on macOS since when not using Catalyst, these colors aren't [as of macOS 11 beta 5] available.
```sw…
-
### Description
I'm encountering an issue where the `RichTextHighlightingStyle` is not being applied correctly in the `RichTextEditor`. Despite setting a custom highlighting style, the text remains…
-
`NSColor` being used on **Examples/TYPETR/Bitcount/LayerCatalogGenerator.py** should be replaced by something that works both on Flat and DrawBot
![screenshot at 2018-01-30 21 08 45](https://user-i…