Skip to content

Instantly share code, notes, and snippets.

View 0xRohit's full-sized avatar
💭
I may be slow to respond.

RoHIT 0xRohit

💭
I may be slow to respond.
View GitHub Profile
@0xRohit
0xRohit / 0X(Dark).xccolortheme
Created September 29, 2025 05:37
Xcode theme-Dark
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>DVTConsoleDebuggerInputTextColor</key>
<string>0.901961 0.831373 0.639216 1</string>
<key>DVTConsoleDebuggerInputTextFont</key>
<string>MonoLisaVariableItalic-Bold - 11.0</string>
<key>DVTConsoleDebuggerOutputTextColor</key>
<string>0.901961 0.831373 0.639216 1</string>
@0xRohit
0xRohit / 0X(Light).xccolortheme
Created September 29, 2025 05:36
Xcode theme-light
<!-- Add this file to: ~/Library/Developer/Xcode/UserData/FontAndColorThemes (Create folder if does not exist)-->
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>DVTConsoleDebuggerInputTextColor</key>
<string>0 0 0 1</string>
<key>DVTConsoleDebuggerInputTextFont</key>
<string>SFMono-Bold - 9.0</string>
<key>DVTConsoleDebuggerOutputTextColor</key>