Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Commit

Permalink
Change Type Color int to int64
Browse files Browse the repository at this point in the history
  • Loading branch information
d3nw0 authored and marcusolsson committed Jan 4, 2018
1 parent 8023a07 commit 51685d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package tui

// Color represents a color.
type Color int
type Color int32

// Common colors.
const (
Expand Down

0 comments on commit 51685d3

Please sign in to comment.