Skip to content

Commit 84f7a99

Browse files
committedJan 26, 2024
New, nicer cover image in readme
1 parent d1c48a8 commit 84f7a99

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ vscode pause to rerun.*
1414

1515
# Not really working or deprecated, not interesting for a public repo
1616
AI whisper transcription.*
17+
*ctrl+f17*
1718
Archive

‎.vscode/settings.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"workbench.colorCustomizations": {
3-
"activityBar.activeBackground": "#6a4e16",
4-
"activityBar.background": "#6a4e16",
3+
"activityBar.activeBackground": "#553d12",
4+
"activityBar.background": "#553d12",
55
"activityBar.foreground": "#e7e7e7",
66
"activityBar.inactiveForeground": "#e7e7e799",
7-
"activityBarBadge.background": "#219e75",
7+
"activityBarBadge.background": "#000000",
88
"activityBarBadge.foreground": "#e7e7e7",
99
"commandCenter.border": "#e7e7e799",
10-
"sash.hoverBorder": "#6a4e16",
11-
"statusBar.background": "#402f0d",
10+
"sash.hoverBorder": "#553d12",
11+
"statusBar.background": "#2b1f09",
1212
"statusBar.foreground": "#e7e7e7",
13-
"statusBarItem.hoverBackground": "#6a4e16",
14-
"statusBarItem.remoteBackground": "#402f0d",
13+
"statusBarItem.hoverBackground": "#553d12",
14+
"statusBarItem.remoteBackground": "#2b1f09",
1515
"statusBarItem.remoteForeground": "#e7e7e7",
16-
"titleBar.activeBackground": "#402f0d",
16+
"titleBar.activeBackground": "#2b1f09",
1717
"titleBar.activeForeground": "#e7e7e7",
18-
"titleBar.inactiveBackground": "#402f0d99",
18+
"titleBar.inactiveBackground": "#2b1f0999",
1919
"titleBar.inactiveForeground": "#e7e7e799"
2020
},
21-
"peacock.color": "#402f0d"
21+
"peacock.color": "#2b1f09"
2222
}

‎assets/ahk-repo2.png

838 KB
Loading

‎readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This repository contains my everyday autohotkey scripts and shortcuts to make life easier and gain hyperspeed working on your computer
44

55
<p align="center">
6-
<img src="assets\ahk-repo.webp" alt="The image representing the essence of your repository with everyday AutoHotkey shortcuts is ready. It visually captures the dynamic and efficient workspace empowered by the various functionalities of your scripts. Feel free to take a look at it above." width="80%" style="max-width: 420px; border-radius: 15px"/>
6+
<img src="assets\ahk-repo2.png" alt="The image representing the essence of your repository with everyday AutoHotkey shortcuts is ready. It visually captures the dynamic and efficient workspace empowered by the various functionalities of your scripts. Feel free to take a look at it above." width="80%" style="max-width: 420px; border-radius: 15px"/>
77
</p>
88

99
### Available scripts and functionalities:

0 commit comments

Comments
 (0)
Please sign in to comment.