mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 13:49:50 +00:00
Add rasta color theme: 'ecf rasta'
This commit is contained in:
parent
211efffca2
commit
afc6afecef
29
libr/cons/d/rasta
Normal file
29
libr/cons/d/rasta
Normal file
@ -0,0 +1,29 @@
|
||||
ec comment rgb:0f0
|
||||
ec fname rgb:ff0
|
||||
ec fline rgb:0f0
|
||||
ec flag rgb:0f0
|
||||
ec label rgb:ff0
|
||||
ec flow rgb:0f0
|
||||
ec prompt rgb:f00
|
||||
ec offset rgb:ff0
|
||||
ec input rgb:0f0
|
||||
ec other rgb:0f0
|
||||
ec b0x00 rgb:ff0
|
||||
ec b0x7f rgb:0f0
|
||||
ec b0xff rgb:f00
|
||||
ec math rgb:ff0
|
||||
ec bin rgb:0f0
|
||||
ec btext rgb:f00
|
||||
ec push rgb:ff0
|
||||
ec pop rgb:0f0
|
||||
ec jmp rgb:f00
|
||||
ec cjmp rgb:f00
|
||||
ec call rgb:f00
|
||||
ec nop rgb:f00
|
||||
ec ret rgb:ff0
|
||||
ec trap rgb:0f0
|
||||
ec swi rgb:f00
|
||||
ec cmp rgb:ff0
|
||||
ec reg rgb:0f0
|
||||
ec num rgb:f00
|
||||
ec mov rgb:ff0
|
@ -720,7 +720,7 @@ static int cmd_eval(void *data, const char *input) {
|
||||
if (!r_core_cmd_file (core, home))
|
||||
if (!r_core_cmd_file (core, path))
|
||||
if (!r_core_cmd_file (core, input+3))
|
||||
eprintf ("ecf: cannot open colorscheme profile\n");
|
||||
eprintf ("ecf: cannot open colorscheme profile (%s)\n", path);
|
||||
free (home);
|
||||
} else {
|
||||
// TODO: lof stuff
|
||||
|
Loading…
Reference in New Issue
Block a user