Add rasta color theme: 'ecf rasta'

This commit is contained in:
pancake 2014-05-27 02:41:28 +02:00
parent 211efffca2
commit afc6afecef
2 changed files with 30 additions and 1 deletions

29
libr/cons/d/rasta Normal file
View 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

View File

@ -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