Skip to content

Commit

Permalink
Fix Font not Working (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeshir26 committed Jan 11, 2022
1 parent f5cc6bf commit caada25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sun-valley.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ proc set_theme {mode} {
-insertwidth 1 \
-insertcolor $colors(-fg) \
-fieldbackground $colors(-selectbg) \
-font {"Segoe Ui" 10} \
-font {"Segoe UI" 10} \
-borderwidth 0 \
-relief flat

Expand Down Expand Up @@ -67,7 +67,7 @@ proc set_theme {mode} {
-insertwidth 1 \
-insertcolor $colors(-fg) \
-fieldbackground $colors(-selectbg) \
-font {"Segoe Ui" 10} \
-font {"Segoe UI" 10} \
-borderwidth 0 \
-relief flat

Expand Down

0 comments on commit caada25

Please sign in to comment.