Last active
          August 29, 2015 14:09 
        
      - 
      
- 
        Save darkwark/bdd801de0c9aabfa55b7 to your computer and use it in GitHub Desktop. 
Revisions
- 
        darkwark revised this gist Nov 11, 2014 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewingThis file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ var color = app.foregroundColor.rgb, output = "RGB("+ color.red + ", " + color.green + ", " + color.blue + 
- 
        darkwark renamed this gist Nov 11, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewingFile renamed without changes.
- 
        darkwark renamed this gist Nov 11, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewingFile renamed without changes.
- 
        darkwark revised this gist Nov 11, 2014 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewingThis file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ var color = app.foregroundColor.rgb; var output = "RGB("+ color.red + ", " + color.green + ", " + color.blue + ")"; 
- 
        darkwark created this gist Nov 11, 2014 .There are no files selected for viewingThis file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ var color = app.foregroundColor.rgb; var output = "RGB("+ color.red + ", " + color.green + ", " + color.blue + ")";