Skip to content

Commit

Permalink
✨ Adding more variants for tabby themes
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoCiccarino committed Jan 10, 2025
1 parent feb34d8 commit ee09934
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 1 deletion.
24 changes: 24 additions & 0 deletions extras/tabby/day.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: nekonight-day
foreground: '#0F111A'
background: '#e1e2e7'
cursor: '#bbbbbb'
colors:
- '#000000'
- '#ff615a'
- '#b1e969'
- '#ebd99c'
- '#5da9f6'
- '#e86aff'
- '#82fff7'
- '#dedacf'
- '#313131'
- '#f58c80'
- '#ddf88f'
- '#eee5b2'
- '#a5c7ff'
- '#ddaaff'
- '#b7fff9'
- '#ffffff'



23 changes: 23 additions & 0 deletions extras/tabby/deep-ocean.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: nekonight-deep-ocean
foreground: '#cacaca'
background: '#0F111A'
cursor: '#bbbbbb'
colors:
- '#000000'
- '#ff615a'
- '#b1e969'
- '#ebd99c'
- '#5da9f6'
- '#e86aff'
- '#82fff7'
- '#dedacf'
- '#313131'
- '#f58c80'
- '#ddf88f'
- '#eee5b2'
- '#a5c7ff'
- '#ddaaff'
- '#b7fff9'
- '#ffffff'


2 changes: 1 addition & 1 deletion extras/tabby/moon.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Nekonight
name: nekonight-moon
foreground: '#cacaca'
background: '#222436'
cursor: '#bbbbbb'
Expand Down
22 changes: 22 additions & 0 deletions extras/tabby/night.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: nekonight-night
foreground: '#cacaca'
background: '#262835'
cursor: '#bbbbbb'
colors:
- '#000000'
- '#ff615a'
- '#b1e969'
- '#ebd99c'
- '#5da9f6'
- '#e86aff'
- '#82fff7'
- '#dedacf'
- '#313131'
- '#f58c80'
- '#ddf88f'
- '#eee5b2'
- '#a5c7ff'
- '#ddaaff'
- '#b7fff9'
- '#ffffff'

22 changes: 22 additions & 0 deletions extras/tabby/storm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: nekonight-storm
foreground: '#cacaca'
background: '#24283b'
cursor: '#bbbbbb'
colors:
- '#000000'
- '#ff615a'
- '#b1e969'
- '#ebd99c'
- '#5da9f6'
- '#e86aff'
- '#82fff7'
- '#dedacf'
- '#313131'
- '#f58c80'
- '#ddf88f'
- '#eee5b2'
- '#a5c7ff'
- '#ddaaff'
- '#b7fff9'
- '#ffffff'

0 comments on commit ee09934

Please sign in to comment.