-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5c81528
commit d017bb1
Showing
19 changed files
with
729 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2022 Blue DeviL | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
MIT License | ||
Copyright (c) 2020 Blue DeviL | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
 | ||
|
||
# IDA Pro Solarized Teması | ||
|
||
English readers, click for [English](README.md) Readme. | ||
|
||
IDA Pro sürüm 7.3 ve üzeri için Solarized Teması | ||
|
||
Renk teması `Solarized Dark` [Ethan Schoonover](https://github.com/altercation): https://github.com/altercation/solarized reposundan kullanılmıştır<br /> | ||
Ayrıca tema [Zyantific](https://github.com/zyantific/IDASkins.git) tarafından yapılan [ida-skins](https://github.com/zyantific/IDASkins.git) teması üzerine yapılmıştır. | ||
|
||
## Kurulum | ||
|
||
Tüm sistem kullanıcıları için geçerli olması istiyorsanız, `solarized-dark` adlı dizini IDA Pro kurulum dizini içerisindeki temalar dizini altına koyun: `<your-ida-path\themes>` | ||
|
||
YA DA | ||
|
||
Tek bir WINDOWS kullanıcısı için: | ||
``` | ||
%APPDATA%\Hex-Rays\IDA Pro\themes | ||
``` | ||
|
||
Sadece LINUX/MACOS kullanıcısı için: | ||
``` | ||
~/.idapro/themes | ||
``` | ||
|
||
|
||
## Ekran Görüntüleri | ||
### Linux : | ||
 | ||
 | ||
 | ||
 | ||
|
||
### Windows: | ||
 | ||
 | ||
 | ||
 | ||
|
||
### macOS | ||
 | ||
 | ||
 | ||
 | ||
|
||
## Yapılacaklar | ||
* Solarized Light Teması hazırla! | ||
|
||
## Hazırlayanlar | ||
|
||
[Blue DeviL][web-bd] // [SCT][web-sct] | ||
|
||
```json | ||
{ | ||
"e-posta": "[email protected]", | ||
"twitter": "@bluedevilSCT" | ||
"ICQ" : 82503282 | ||
} | ||
``` | ||
|
||
## Lisans | ||
|
||
Bu proje MIT Lisansı ile lisanslanmıştır. | ||
|
||
|
||
[web-bd]: https://gitlab.com/bluedevil | ||
[web-ei]: https://gitlab.com/error.inside | ||
[web-sct]: http://www.sctzine.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
 | ||
|
||
# IDA Pro Solarized Theme | ||
|
||
[Türkçe](README-TR.md) Okubeni için tıklayınız. | ||
|
||
Solarized Theme for IDA Pro 7.3+ | ||
|
||
The color scheme `Solarized Dark` is from [Ethan Schoonover](https://github.com/altercation): https://github.com/altercation/solarized<br /> | ||
Theme is also based on [ida-skins](https://github.com/zyantific/IDASkins.git) theme by [Zyantific](https://github.com/zyantific/IDASkins.git) | ||
|
||
## Installation | ||
|
||
Just put the `solarized-dark` directory under `<your-ida-path\themes>` for system-wide accesibility. | ||
|
||
OR | ||
|
||
Install, only for WINDOWS user: | ||
``` | ||
%APPDATA%\Hex-Rays\IDA Pro\themes | ||
``` | ||
|
||
Install, only for LINUX/MACOS user: | ||
``` | ||
~/.idapro/themes | ||
``` | ||
|
||
|
||
## Screenshots | ||
### Linux : | ||
 | ||
 | ||
 | ||
 | ||
|
||
### Windows: | ||
 | ||
 | ||
 | ||
 | ||
|
||
### macOS | ||
 | ||
 | ||
 | ||
 | ||
|
||
|
||
## Todo | ||
Prepare Solarized Light Theme! | ||
|
||
## Authors | ||
|
||
[Blue DeviL][web-bd] // [SCT][web-sct] | ||
|
||
```json | ||
{ | ||
"e-mail" : "[email protected]", | ||
"twitter": "@bluedevilSCT" | ||
"ICQ" : 82503282 | ||
} | ||
``` | ||
|
||
## License | ||
|
||
This project is under the MIT License. | ||
|
||
|
||
[web-bd]: https://gitlab.com/bluedevil | ||
[web-ei]: https://gitlab.com/error.inside | ||
[web-sct]: http://www.sctzine.com |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.