]> git.zndr.dk Git - dotfiles.git/commitdiff
Attributes for *.reg is binary
authorJannik Zander <jannikz@gmail.com>
Tue, 24 May 2016 16:59:03 +0000 (18:59 +0200)
committerJannik Zander <jannikz@gmail.com>
Tue, 24 May 2016 17:18:56 +0000 (19:18 +0200)
.config/git/attributes
exe/caps_and_rwin_to_ctrl.reg
exe/remove_scancode_mappings.reg
exe/solarized.reg
exe/usdk-hhkb.ahk

index a7bf036ee6f3761c5e4a238a36c48314de045435..db952676677ba27cc2f3db82d722dbeeaaec9cd9 100644 (file)
@@ -1,3 +1,4 @@
 *           text=auto
 *.ahk       eol=crlf
 *.vcproj    eol=crlf
+*.reg       -text
index c7cba58908aa3b728af5328d3dd95091ca593411..5e93d69ee026f7dbf39aef5f73c07f7b916d3d58 100644 (file)
Binary files a/exe/caps_and_rwin_to_ctrl.reg and b/exe/caps_and_rwin_to_ctrl.reg differ
index 90d79767ec04cd38fd93f5abd10150d11cad433e..8a029d03009a8cbab3ffee3129f86ede082cff30 100644 (file)
Binary files a/exe/remove_scancode_mappings.reg and b/exe/remove_scancode_mappings.reg differ
index 8f2c312e5a4cb1af88c46322688b8363c47729cf..ab8eac1c40f1a22c61886e1e6d905a3130c6bd85 100644 (file)
@@ -1,47 +1,47 @@
-Windows Registry Editor Version 5.00
-
-; Registry file that maps the solarized palette to the 16 avaliable colors
-; in a Windows command prompt. Note, hex values in the table are RGB but byte
-; ordering of a DWORD is BGR, e.g. "ColorTable<##>"=dword:00<B><G><R>
-;
-; Solarized color table from http://ethanschoonover.com/solarized.
-;
-; NR  cmd.exe      PowerShell   SOLARIZED  HEX      DWORD
-; --  -------      -----------  ---------  -------  --------
-; 00  Black        Black        base03     #002b36  00362b00
-; 01  Blue         DarkBlue     base0      #839496  00969483
-; 02  Green        DarkGreen    base01     #586e75  00756e58
-; 03  Aqua         DarkCyan     base1      #93a1a1  00a1a193
-; 04  Red          DarkRed      orange     #cb4b16  00164bcb
-; 05  Purple       DarkMagenta  violet     #6c71c4  00c4716c
-; 06  Yellow       DarkYellow   base00     #657b83  00837b65
-; 07  White        Gray         base2      #eee8d5  00d5e8ee
-; 08  Gray         DarkGray     base02     #073642  00423607
-; 09  LightBlue    Blue         blue       #268bd2  00d28b26
-; 10  LightGreen   Green        green      #859900  00009985
-; 11  LightAqua    Cyan         cyan       #2aa198  0098a12a
-; 12  LightRed     Red          red        #dc322f  002f32dc
-; 13  LightPurple  Magenta      magenta    #d33682  008236d3
-; 14  LightYellow  Yellow       yellow     #b58900  000089b5
-; 15  BrightWhite  White        base3      #fdf6e3  00e3f6fd
-;
-
-[HKEY_CURRENT_USER\Console]
-"ColorTable00"=dword:00362b00
-"ColorTable01"=dword:00969483
-"ColorTable02"=dword:00756e58
-"ColorTable03"=dword:00a1a193
-"ColorTable04"=dword:00164bcb
-"ColorTable05"=dword:00c4716c
-"ColorTable06"=dword:00837b65
-"ColorTable07"=dword:00d5e8ee
-"ColorTable08"=dword:00423607
-"ColorTable09"=dword:00d28b26
-"ColorTable10"=dword:00009985
-"ColorTable11"=dword:0098a12a
-"ColorTable12"=dword:002f32dc
-"ColorTable13"=dword:008236d3
-"ColorTable14"=dword:000089b5
-"ColorTable15"=dword:00e3f6fd
-"ScreenColors"=dword:00000001
-"PopupColors"=dword:000000f6
+Windows Registry Editor Version 5.00\r
+\r
+; Registry file that maps the solarized palette to the 16 avaliable colors\r
+; in a Windows command prompt. Note, hex values in the table are RGB but byte\r
+; ordering of a DWORD is BGR, e.g. "ColorTable<##>"=dword:00<B><G><R>\r
+;\r
+; Solarized color table from http://ethanschoonover.com/solarized.\r
+;\r
+; NR  cmd.exe      PowerShell   SOLARIZED  HEX      DWORD\r
+; --  -------      -----------  ---------  -------  --------\r
+; 00  Black        Black        base03     #002b36  00362b00\r
+; 01  Blue         DarkBlue     base0      #839496  00969483\r
+; 02  Green        DarkGreen    base01     #586e75  00756e58\r
+; 03  Aqua         DarkCyan     base1      #93a1a1  00a1a193\r
+; 04  Red          DarkRed      orange     #cb4b16  00164bcb\r
+; 05  Purple       DarkMagenta  violet     #6c71c4  00c4716c\r
+; 06  Yellow       DarkYellow   base00     #657b83  00837b65\r
+; 07  White        Gray         base2      #eee8d5  00d5e8ee\r
+; 08  Gray         DarkGray     base02     #073642  00423607\r
+; 09  LightBlue    Blue         blue       #268bd2  00d28b26\r
+; 10  LightGreen   Green        green      #859900  00009985\r
+; 11  LightAqua    Cyan         cyan       #2aa198  0098a12a\r
+; 12  LightRed     Red          red        #dc322f  002f32dc\r
+; 13  LightPurple  Magenta      magenta    #d33682  008236d3\r
+; 14  LightYellow  Yellow       yellow     #b58900  000089b5\r
+; 15  BrightWhite  White        base3      #fdf6e3  00e3f6fd\r
+;\r
+\r
+[HKEY_CURRENT_USER\Console]\r
+"ColorTable00"=dword:00362b00\r
+"ColorTable01"=dword:00969483\r
+"ColorTable02"=dword:00756e58\r
+"ColorTable03"=dword:00a1a193\r
+"ColorTable04"=dword:00164bcb\r
+"ColorTable05"=dword:00c4716c\r
+"ColorTable06"=dword:00837b65\r
+"ColorTable07"=dword:00d5e8ee\r
+"ColorTable08"=dword:00423607\r
+"ColorTable09"=dword:00d28b26\r
+"ColorTable10"=dword:00009985\r
+"ColorTable11"=dword:0098a12a\r
+"ColorTable12"=dword:002f32dc\r
+"ColorTable13"=dword:008236d3\r
+"ColorTable14"=dword:000089b5\r
+"ColorTable15"=dword:00e3f6fd\r
+"ScreenColors"=dword:00000001\r
+"PopupColors"=dword:000000f6\r
index 10af810ad2513c1591f589d76df533fdced29196..5ea625a564d347576ce729ef00f22ac9b431a4ae 100644 (file)
@@ -1,4 +1,4 @@
-; Use caps and rwin as ctrl (HHKB alike)
+; Use caps and rwin as ctrl (HHKB alike)
 Capslock::LCtrl
 RWin::RCtrl
 LWin::return