Jump to content

Search the Community

Showing results for tags 'Theme'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • Forum FAQ
  • AutoIt

Calendars

  • Community Calendar

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 2 results

  1. Greetings all, I went looking around for dark themes for SciTE and didn't have much luck. No wish to necro-post, but I found this post -> A dark theme for SciTE but it seems as if things were ended at a single change for AutoIt where I was hoping for a comprehensive dark theme. I currently have a dark desktop in Mint where xed, the terminal emulator, vim, and etcetera do an acceptable job of showing the dark theme. Then I load SciTE and get blinded. To resolve this, I'm currently working on creating a set of lang.properties files that use the Solarized themes (both light and dark). The mechanism is simple enough: I wrote a small Perl program which parsed all the properties files and extracted all the distinct color values. Then I assigned indexes to all the distinct colors, and wrote the colors themselves out to a separate properties file. Next I parsed that and I used the formula for reducing the color palette to fewer colors as a baseline for generating the Solarized light theme - which turned out surprisingly less awful than I would have guessed. Next I generated a color theme where all the colors are reversed for the Solarized dark theme. The result is dark, but the individual source files I look at still need more help (Perl was particularly bad). At this point, it is possible on my computer to switch to either the Solarized light or dark theme with one line of text in my user options file. Now I'm working my way through source-code cleaning up the result. My first stop is completing Perl, but AutoIt is my next stop. I'm happy to put the modified files out there for all to use (if you want them). I'm willing to do all the legwork for all the properties files. The problem is that I'm only familiar with some of the languages that SciTE recognizes (for example - I wouldn't know Baan if it bit me on the butt). I looked all around both the Solarized website and the Scintilla/SciTE website, and I can't find any reference files that can be used to test the colors. Which means that any language I don't understand will get the colors chosen by the algorithm, which is admittedly fairly rough. Which leads me to this post: What would be particularly useful would be code samples in different languages. The more of the style numbers that are touched in that language the better. I don't care if the code is "quality" code, I'm more interested in whether the code snip is properly colorized (for some values of "proper"). I understand that nobody is obligated to help me with "my project". However, I promise that I will do my best with any code snips in any language and I will post the results here. I'm using xed and vim as my templates, so my results will (mostly) resemble results there. I'll post my work here as time progresses, I'll probably have a working version for Perl and AutoIt in the next few days, and I'll do my best with other languages going forward. As I say, I welcome code snips in any language that SciTE colorizes using a properties file. Edit1: Attached is the first Solarized Version. I have only tested this in the default install of SciTE. I'm certain there are going to be differences between the default install and the full version, but I don't yet know what those differences will be. To use this: Detach the zip file. Drop the folder into your profile directory. For example: C:\Users\mrider\Solarized . Open your local options file in SciTE (Options -> Open User Options File). Add the line "import Solarized\SolarDark" (without the quotes) to your file. You can turn the dark theme on and off with a comment character (#) at the beginning of the statement. Enable "Solar Light" theme similarly using "import Solarized\SolarLight". As I say, this doesn't work in the full version, so only use this if you are using the basic version. I'll chase the full version next. Edit2: Attached is the second Solarized Version. This works with the full install of SciTe, but so far I've only tested it with Autoit, Batch Files, and Perl. I'll keep expanding the languages as I go. To use this: Detach the zip file. I had to navigate to "C:\Program Files (x86)\AutoIt3\SciTE" and relax the file permissions to perform the next step. Drop the folder in the SciTE install directory (it doesn't seem to work in one's profile directory). Open your local options file in SciTE (Options -> Open User Options File) - note that this opens the user properties file inside the SciTE directory, not your profile. Add the line "import Solarized\SolarDark" (without the quotes) to your file. You can turn the dark theme on and off with a comment character (#) at the beginning of the statement. Enable "Solar Light" theme similarly using "import Solarized\SolarLight". Solarized_AutoIt_SciTE_version_only.zip Solarized_SciTE_Full_Install.zip
  2. Skin UDF Change your AutoIt3 Form skin. No less no more. Download SkinMagic.dll SkinMagic Files (582 Kb) SkinMagic UDF Please choose server where you will download: SkinMagic.zip (707 Kb) - code.google.com (included with SkinMagic.dll) SkinMagic.zip (126 Kb) - autoitscript.com Skin Editor SkinMagic C/C++Toolkit Skin Collection AlphaOS DarkArea LighBlue Ocean BlueHorn Click on Image to download skin. Go To Developer Site http://www.appspeed.com if you want to read C++ version of this, read here Use the SkinMagic Toolkit to Skin your Application UDF.SkinMagic.zip
×
×
  • Create New...