Skip to content

Commit

Permalink
Added config folder and color-themes.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Cmacle committed Apr 23, 2022
1 parent 5b0ea64 commit 4e15f5d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/color-themes.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[Light]
bg = #FFFFFF
fg = #000000

[Dark]
bg = #212F3D
fg = #FFFFFF

[I Want To Feel Like A Hacker]
bg = #000000
fg = #0a0

0 comments on commit 4e15f5d

Please sign in to comment.