Skip to content

Light theme for IDA Pro inspired by Visual Studio.

License

Notifications You must be signed in to change notification settings

iArtorias/vslight-ida

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🎨 Visual Studio light theme for IDA Pro

The modern light theme inspired by the Visual Studio. This is entirely based on an awesome dp701 theme by pr701

📝 Features

  • Multiple sizes for different DPI
  • Attention to detail

👁️‍🗨️ Preview

📃 Requirements

  • IDA version 7.3 or newer
  • Installed Segoe UI and Consolas fonts

🛠️ Installation

Installing the theme

  • Copy the contents of theme/* into the IDA directory themes/*
  • Start IDA and select the theme by to the screen resolution in Options > Colors...

Change the font

The font has already been set in the theme file, but you can also manually edit it by opening theme.css and navigating to the block Block for personalization at the end of the file.

A known issue

There is a bug in the IDA that resets the parameters from the CSS for fonts.

The current solution is setting the font (Consolas) for the disassembler window in Options > Font.... or just apply reg file (for Windows):

Windows Registry Editor Version 5.00

; Delete IDA fonts configuration
[-HKEY_CURRENT_USER\SOFTWARE\Hex-Rays\IDA\Font]

Color settings for other plugins

Pre-calculated color settings for plugins.

deREferencing

For the deREferencing plugin, change the specified settings in the file deferencing/config.py:

highlight_changes = True
highlight_color   = 0xc08933

Optional for Windows 10

Windows 10 only.

Change the color of active and inactive title bars

These options will change your desktop window settings.

  • Apply the reg file:

    Windows Registry Editor Version 5.00
    
    ; Automatically Pick a Color from your Background
    [HKEY_CURRENT_USER\Control Panel\Desktop]
    "AutoColorization"=dword:00000000
    ; Active/Inactive Window Title Bar
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\DWM]
    "AccentColor"=dword:ff302d2d
    "AccentColorInactive"=dword:ff494949
    ; Show accent color on the following surfaces
    ; Start, taskbar, and action center
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize]
    "ColorPrevalence"=dword:00000001
    ; Title bars
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM]
    "ColorPrevalence"=dword:00000001

🔎 Screenshots

Even more screenshots for your pleasure :3

Colors

Debug

Hex

Options

options

Credits

pr701 - an original dp701's creator.

About

Light theme for IDA Pro inspired by Visual Studio.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages