Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.

Commit

Permalink
Fix : Theming issues
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxSpins committed Dec 15, 2024
1 parent 3d5956b commit b9ed56e
Show file tree
Hide file tree
Showing 6 changed files with 149 additions and 292 deletions.
39 changes: 27 additions & 12 deletions .androidide/editor/openedFiles.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,50 @@
{
"allFiles": [
{
"file": "/storage/emulated/0/Nozomi/app/src/main/java/com/syntaxspin/nozomi/ui/theme/NozomiTheme.kt",
"file": "/storage/emulated/0/Nozomi/app/src/main/java/com/syntaxspin/nozomi/ui/theme/Theme.kt",
"selection": {
"end": {
"column": 0,
"index": 0,
"line": 0
"column": 59,
"index": 3589,
"line": 91
},
"start": {
"column": 0,
"index": 0,
"line": 0
"column": 59,
"index": 3589,
"line": 91
}
}
},
{
"file": "/storage/emulated/0/Nozomi/app/src/main/java/com/syntaxspin/nozomi/MainActivity.kt",
"selection": {
"end": {
"column": 49,
"index": 505,
"column": 44,
"index": 500,
"line": 12
},
"start": {
"column": 49,
"index": 505,
"column": 44,
"index": 500,
"line": 12
}
}
},
{
"file": "/storage/emulated/0/Nozomi/app/src/main/java/com/syntaxspin/nozomi/ui/theme/Type.kt",
"selection": {
"end": {
"column": 0,
"index": 0,
"line": 0
},
"start": {
"column": 0,
"index": 0,
"line": 0
}
}
}
],
"selectedFile": "/storage/emulated/0/Nozomi/app/src/main/java/com/syntaxspin/nozomi/ui/theme/NozomiTheme.kt"
"selectedFile": "/storage/emulated/0/Nozomi/app/src/main/java/com/syntaxspin/nozomi/ui/theme/Type.kt"
}
Binary file modified .gradle/8.9/checksums/checksums.lock
Binary file not shown.
Binary file modified .gradle/8.9/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
280 changes: 0 additions & 280 deletions app/src/main/java/com/syntaxspin/nozomi/ui/theme/NozomiTheme.kt

This file was deleted.

Loading

0 comments on commit b9ed56e

Please sign in to comment.