Skip to content

Commit 60c1182

Browse files
committed
style update
1 parent 3cdc264 commit 60c1182

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

lib/Desktop.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const renderSpace = (index, focused, visible, windows) => {
1717
let hasWindows = windows.length > 0;
1818
if (focused == 1) {
1919
contentStyle.color = styles.colors.fg;
20-
contentStyle.fontWeight = "700";
20+
contentStyle.fontWeight = "bold";
2121
} else if (visible == 1) {
2222
contentStyle.color = styles.colors.fg;
2323
}

lib/styles.jsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
export default {
22
colors: {
3-
fg: "rgba(255,255,255,0.75)",
4-
dim: "rgba(255,255,255,0.5)",
3+
fg: "rgba(255,255,255,0.8)",
4+
dim: "rgba(255,255,255,0.6)",
55
bg: "#1c1c1c",
66
red: "#ff8700",
77
accent: "#5fafaf"
88
},
99
fontSize: "11px",
10-
lineHeight: "24px",
11-
fontWeight: 500,
12-
fontFamily: "'SF Mono', monospace"
10+
lineHeight: "20px",
11+
fontFamily: "'Iosevka Custom Extended', 'SF Mono', monospace"
1312
}

0 commit comments

Comments
 (0)